electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 47fef13e5bdfe73269e3071ebd72db982e5b26c0
parent f9d5a5d3269bdf5a004bb9a843bd073426c9d2d9
Author: ThomasV <thomasv@electrum.org>
Date:   Sat, 13 Aug 2016 11:02:43 +0200

fix keepkey wallet_type storage

Diffstat:
Mlib/storage.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/storage.py b/lib/storage.py @@ -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)