Correct derivation for ZCL based on SLIP44

This commit is contained in:
James 2019-06-29 15:01:16 +02:00
parent 9b394bea7f
commit ad30b46ec2
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ class LedgerPlugin(HW_PluginBase):
device_id = device_info.device.id_
client = devmgr.client_by_id(device_id)
client.handler = self.create_handler(wizard)
client.get_xpub("m/44'/133'", 'standard') # TODO replace by direct derivation once Nano S > 1.1
client.get_xpub("m/44'/147'", 'standard') # TODO replace by direct derivation once Nano S > 1.1
def get_xpub(self, device_id, derivation, xtype, wizard):
devmgr = self.device_manager()