mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
ledger: workaround to avoid on-device warning for unusual der path
related: #6512
This commit is contained in:
parent
546c0e1bb6
commit
e60aede77e
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ class LedgerPlugin(HW_PluginBase):
|
||||||
device_id = device_info.device.id_
|
device_id = device_info.device.id_
|
||||||
client = self.scan_and_create_client_for_device(device_id=device_id, wizard=wizard)
|
client = self.scan_and_create_client_for_device(device_id=device_id, wizard=wizard)
|
||||||
wizard.run_task_without_blocking_gui(
|
wizard.run_task_without_blocking_gui(
|
||||||
task=lambda: client.get_xpub("m/44'/0'", 'standard')) # TODO replace by direct derivation once Nano S > 1.1
|
task=lambda: client.get_xpub("m/0'", 'standard')) # TODO replace by direct derivation once Nano S > 1.1
|
||||||
return client
|
return client
|
||||||
|
|
||||||
def get_xpub(self, device_id, derivation, xtype, wizard):
|
def get_xpub(self, device_id, derivation, xtype, wizard):
|
||||||
|
|
Loading…
Add table
Reference in a new issue