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

Failed to perform multisig keys exchange: Failed to derive public key #9595

Open
redox473 opened this issue Nov 28, 2024 · 1 comment
Open

Comments

@redox473
Copy link

redox473 commented Nov 28, 2024

This happen every time I do second round of exchange_multisig_keys for 2/3. Every time i do it perfectly like documentation, passing in correct order.

I do prepare_multisig.
I do make_multisig [info1, info2], make_multisig [info1, info3] etc like they do in docs.
i do "exchange_multisig_keys info1 info2" etc with info from last command.

then i do "exchange_multisig_keys info1 info3" etc with info from last command.

It works with first wallet that does the command, so long as wallet hasnt been closed after first exchange, else it fails like the others. All respond with : Failed to perform multisig keys exchange: Failed to derive public key

@redox473
Copy link
Author

Could this be because im doing these back-to-back-to-back?? I perform the make_multisig for the 3rd wallet, then immediately proceed to exchange_multisig_keys, without closing the wallet or refreshing it. Is a timeout required? I will keep testing. 2/2 work fine.

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

1 participant