diff --git a/electrum/plugins/ledger/ledger.py b/electrum/plugins/ledger/ledger.py index b1656461d..a8bf50a56 100644 --- a/electrum/plugins/ledger/ledger.py +++ b/electrum/plugins/ledger/ledger.py @@ -644,7 +644,7 @@ class LedgerPlugin(HW_PluginBase): device_id = device_info.device.id_ client = self.scan_and_create_client_for_device(device_id=device_id, wizard=wizard) 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 def get_xpub(self, device_id, derivation, xtype, wizard):