Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posts/simple-multisig-in-move/ #7

Open
utterances-bot opened this issue Oct 28, 2023 · 3 comments
Open

posts/simple-multisig-in-move/ #7

utterances-bot opened this issue Oct 28, 2023 · 3 comments

Comments

@utterances-bot
Copy link

Create a simple multisig in move lang.

https://www.vivek.ink/posts/simple-multisig-in-move/

Copy link

Lowdata commented Oct 28, 2023

Hey man great resource but can you add like more info
Like usablity
its renditions if possib;e

Copy link

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?

@vivekascoder
Copy link
Owner

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?

Oh, you're right should keep a Table<address, bool> inside Transaction to store whether a user has signed tx. Feel free to contribute if you want here is the article source: https://github.com/vivekascoder/vivekascoder.github.io/blob/master/content/posts/simple-multisig-in-move.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants