You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the actual definition, we defined a set_threshold function, callable only by the admin to define the threshold. However, since we made immutable the modules(aggregation.cairo) and validators(multisig contracts), we can define the threshold as immutable too
## Solution
Set the threshold in the constructor and remove set_threshold
The text was updated successfully, but these errors were encountered:
Actual definition
set_threshold
function, callable only by the admin to define the threshold. However, since we made immutable the modules(aggregation.cairo) and validators(multisig contracts), we can define the threshold as immutable too## Solution
set_threshold
The text was updated successfully, but these errors were encountered: