mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix keepkey wallet_type storage
This commit is contained in:
parent
f9d5a5d326
commit
47fef13e5b
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class WalletStorage(PrintError):
|
||||||
storage2.write()
|
storage2.write()
|
||||||
storage2.upgrade()
|
storage2.upgrade()
|
||||||
result = [storage1.path, storage2.path]
|
result = [storage1.path, storage2.path]
|
||||||
elif wallet_type in ['bip44', 'trezor']:
|
elif wallet_type in ['bip44', 'trezor', 'keepkey']:
|
||||||
mpk = storage.get('master_public_keys')
|
mpk = storage.get('master_public_keys')
|
||||||
for k in d.keys():
|
for k in d.keys():
|
||||||
i = int(k)
|
i = int(k)
|
||||||
|
|
Loading…
Add table
Reference in a new issue