Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use the correct purpose when choosing hw device after setup_device fa…
…iled 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
- Loading branch information