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

fix multisig signing with multiple hot wallets #1294

Merged
merged 3 commits into from
Jul 11, 2021

Conversation

stepansnigirev
Copy link
Collaborator

If there is more than one hot device in multisig wallet and you try to sign with any of them, the last one will sign - because we had many send forms with the same id, so only the last one was always shown.

This PR fixes that by assigning per-device ids for every password field.

@stepansnigirev stepansnigirev changed the title fix multi-hot-multisig signing fix multisig signing with multiple hot wallets Jul 11, 2021
@ben-kaufman ben-kaufman merged commit 11a1610 into cryptoadvance:master Jul 11, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants