You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is not related to the way the wallet was created. It happens when the first time the device is selected it returns another error (Failed to create a client for this device. Make sure it is in the correct state.), then I select the device a second time, and this time BaseWizard.on_device is called with the wrong purpose HWD_SETUP_NEW_WALLET instead of HWD_SETUP_DECRYPT_WALLET.
…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
This error was displayed in a dialog when trying to decrypt a wallet file with a hardware device (satochip, after typing in the pin code).
The text was updated successfully, but these errors were encountered: