mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Only rescan the dongle when it has been disconnected
This commit is contained in:
parent
2b307ce24f
commit
3a22fe758f
1 changed files with 3 additions and 3 deletions
|
@ -430,9 +430,9 @@ class BTChipWallet(BIP32_HD_Wallet):
|
||||||
if not confirmed:
|
if not confirmed:
|
||||||
raise Exception('Aborted by user')
|
raise Exception('Aborted by user')
|
||||||
pin = pin.encode()
|
pin = pin.encode()
|
||||||
self.client.bad = True
|
self.client.bad = True
|
||||||
self.device_checked = False
|
self.device_checked = False
|
||||||
self.get_client(True)
|
self.get_client(True)
|
||||||
waitDialog.start("Signing ...")
|
waitDialog.start("Signing ...")
|
||||||
else:
|
else:
|
||||||
# Sign input with the provided PIN
|
# Sign input with the provided PIN
|
||||||
|
|
Loading…
Add table
Reference in a new issue