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
Multisig is being done incorrectly for a long time (for the makeXYZ methods 😬
Right now it only works if the first n-all signers sign (ie are in the signers array)
The manual sign or append flow works, but the makeXZY functions don’t if there is a “hole” (eg 2/3 with 1 and 3 signing)
The text was updated successfully, but these errors were encountered:
Multisig is being done incorrectly for a long time (for the
makeXYZ
methods 😬Right now it only works if the first n-all signers sign (ie are in the signers array)
The manual sign or append flow works, but the
makeXZY
functions don’t if there is a “hole” (eg 2/3 with 1 and 3 signing)The text was updated successfully, but these errors were encountered: