mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 08:21:27 +00:00
parent
800c783580
commit
db9cb63e79
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ class Ledger_Client():
|
||||||
try:
|
try:
|
||||||
self.perform_hw1_preflight()
|
self.perform_hw1_preflight()
|
||||||
except BTChipException as e:
|
except BTChipException as e:
|
||||||
if (e.sw == 0x6d00 or e.sw == 0x6f00):
|
if (e.sw == 0x6d00 or e.sw == 0x6700):
|
||||||
raise BaseException(_("Device not in Bitcoin mode")) from e
|
raise BaseException(_("Device not in Bitcoin mode")) from e
|
||||||
raise e
|
raise e
|
||||||
self.preflightDone = True
|
self.preflightDone = True
|
||||||
|
|
Loading…
Add table
Reference in a new issue