tfix keepkey wallet_type storage - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit 47fef13e5bdfe73269e3071ebd72db982e5b26c0
 (DIR) parent f9d5a5d3269bdf5a004bb9a843bd073426c9d2d9
 (HTM) Author: ThomasV <thomasv@electrum.org>
       Date:   Sat, 13 Aug 2016 11:02:43 +0200
       
       fix keepkey wallet_type storage
       
       Diffstat:
         M lib/storage.py                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/lib/storage.py b/lib/storage.py
       t@@ -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)