Bitcoin-ABC/ElectrumABC

'InstallWizard' object has no attribute 'wallet_type'

PiRK opened this issue · 2 comments

PiRK commented

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).

PiRK commented

The wallet file is probably a test wallet created while working on a development branch (#162 ?)

PiRK commented

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.