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
let's say A,B,C
since only validate transaction.confirmation = transaction.confirmation + 1;
so it is possible one of them can confirm multiple times, hence the multisig purpose is wrong, right?
let's say A,B,C since only validate transaction.confirmation = transaction.confirmation + 1; so it is possible one of them can confirm multiple times, hence the multisig purpose is wrong, right?
Create a simple multisig in move lang.
https://www.vivek.ink/posts/simple-multisig-in-move/
The text was updated successfully, but these errors were encountered: