-
Notifications
You must be signed in to change notification settings - Fork 12
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
make sudo a multisig account #44
Comments
Create a multisig account in Genesis config (not as sudo)
|
Just reproduced: Your flow gets the multisig approved, but the dispatch will fail with |
I actually think, the better instructions would be:
Tested changing sudo as well and then doing a forceTransfer. all works as expected Now I understood: The first multisig extrinsic doesn't actually send the extrinsic it wants to execute to the chain at all. It just registers its hash. The others approve the hash and have to check for themselves if the hash corresponds to what they think will be executed. Only the final approval actually submits the extrinsic and it gets executed |
No description provided.
The text was updated successfully, but these errors were encountered: