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

use the correct purpose when choosing hw device #171

Merged
merged 1 commit into from
Dec 13, 2021

Conversation

PiRK
Copy link
Collaborator

@PiRK PiRK commented Dec 13, 2021

When for some reason the hw device fails setup (#170 for instance), make sure the hw selection is done again with the same purpose. This prevents calling on_device(purpose=HWD_SETUP_NEW_WALLET) when the real purpose is to decrypt an existing wallet file (HWD_SETUP_DECRYPT_WALLET)
Closes #168

…iled

When for some reason the hw device fails setup (Electron-Cash#170 for instance), make sure the hw selection is done again  with the same purpose. This prevents calling `on_device(purpose=HWD_SETUP_NEW_WALLET)` when the real purpose is to decrypt an existing wallet file (`HWD_SETUP_DECRYPT_WALLET`)
Closes Electron-Cash#168
@PiRK
Copy link
Collaborator Author

PiRK commented Dec 13, 2021

Note that this is also fixed in one of the backport commits in #162, but I'm not sure that I want to merge that PR before the next release, so it is best to fix that bug immediately on master.

@PiRK PiRK merged commit efe9de2 into Bitcoin-ABC:master Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

'InstallWizard' object has no attribute 'wallet_type'
1 participant