mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
parent
d4e209dc3a
commit
2d6a68545b
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
|
|||
_('Failed to decrypt using this hardware device.') + '\n' +
|
||||
_('If you use a passphrase, make sure it is correct.'))
|
||||
self.reset_stack()
|
||||
return self.run_and_get_wallet(get_wallet_from_daemon)
|
||||
return self.select_storage(path, get_wallet_from_daemon)
|
||||
except BaseException as e:
|
||||
traceback.print_exc(file=sys.stdout)
|
||||
QMessageBox.information(None, _('Error'), str(e))
|
||||
|
|
Loading…
Add table
Reference in a new issue