mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
trezor/keepkey: don't show empty error on PIN prompt cancel
This commit is contained in:
parent
8589c1b0bb
commit
37853ab939
1 changed files with 3 additions and 0 deletions
|
@ -243,6 +243,9 @@ class BaseWizard(object):
|
||||||
devmgr.unpair_id(device_info.device.id_)
|
devmgr.unpair_id(device_info.device.id_)
|
||||||
self.choose_hw_device(purpose)
|
self.choose_hw_device(purpose)
|
||||||
return
|
return
|
||||||
|
except UserCancelled:
|
||||||
|
self.choose_hw_device(purpose)
|
||||||
|
return
|
||||||
except BaseException as e:
|
except BaseException as e:
|
||||||
self.show_error(str(e))
|
self.show_error(str(e))
|
||||||
self.choose_hw_device(purpose)
|
self.choose_hw_device(purpose)
|
||||||
|
|
Loading…
Add table
Reference in a new issue