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

multisig unable to create new accounts #217

Open
anthony-near opened this issue Sep 27, 2022 · 0 comments
Open

multisig unable to create new accounts #217

anthony-near opened this issue Sep 27, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@anthony-near
Copy link

Context:
We are trying to multisig our root account, and one of the most frequent actions there is to create new accounts. I am trying to run this example (btw, there is typo in first action): https://github.com/near/core-contracts/tree/master/multisig#common-commands-for-multisig however this request cannot be confirmed and failed here: https://github.com/near/core-contracts/blob/master/multisig/src/lib.rs#L182 basically adding the key requires that receiver account should be the same as requesting one, which makes it impossible to create the account with multisig.

This feels like a deficiency of the multisig contract. I briefly looked into the source code and found this PR discussion: #84 (comment)
I don’t know why it was merged with the outstanding questions not addressed, but it seems that now it is not possible to create accounts through multisig.

@frol frol added the bug Something isn't working label Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants