-
Notifications
You must be signed in to change notification settings - Fork 690
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
Unable to send tx from multisig address #59
Comments
@cbarraford are you running this command on mainnet or on a local net? It looks like you've succesfully created a proper multisig address. Even so, you cannot actually send from this account as it does not exist in state -- it has to be sent funds first. |
@alexanderbez local net. I hadn't realized that funds needed to exist in the multisig address first. That would be a surprising error then. Ie, "account doesn't exist" vs "no funds available in account". Thanks for the help. |
also, the documentation I was following didn't mention about sending coins to the multisig address. Maybe a doc update would be helpful here. 🤷♂ |
Continuing with another issue with the same documentation...
OR
Here are the relavant files... unsigned.json
p1signature.json
p2signature.json
|
I'll update the documentation to state that the multisig address/account must exist in state prior to using it. With regards to |
@alexanderbez thanks for that. Got it sorted. Feel free to close this issue, or leave it open for updating the documentation like you said. Much appreciated 👍 |
Closing this as this repo doesn't contain this doc anymore and the SDK only covers this briefly. With groups coming out in Q1/Q2, I don't see this as a documentation priority right now. |
Summary of Bug
I'm following along with the instructions given here, to create multisig address and transaction.
While trying to create the transaction to send coinage...
Version
0.0.0-34-g0432ac5
Steps to Reproduce
Follow along with multisig documentation
For Admin Use
The text was updated successfully, but these errors were encountered: