fix keepkey wallet_type storage

This commit is contained in:
ThomasV 2016-08-13 11:02:43 +02:00
parent f9d5a5d326
commit 47fef13e5b
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class WalletStorage(PrintError):
storage2.write()
storage2.upgrade()
result = [storage1.path, storage2.path]
elif wallet_type in ['bip44', 'trezor']:
elif wallet_type in ['bip44', 'trezor', 'keepkey']:
mpk = storage.get('master_public_keys')
for k in d.keys():
i = int(k)