Ledger derivation

This commit is contained in:
James 2019-02-28 23:04:05 +01:00
parent db7dd1e495
commit 498f914ed0
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class Ledger_Client():
@test_pin_unlocked
def get_xpub(self, bip32_path, xtype):
self.checkDevice()
# bip32_path is of the form 44'/133'/1'
# bip32_path is of the form 44'/147'/0'
# S-L-O-W - we don't handle the fingerprint directly, so compute
# it manually from the previous node
# This only happens once so it's bearable