commit 6fcaa1a6725d86537758f20b69e659dbb97273d2
parent 1a9e768e318b9aff6261763b03f665a04edf1a0c
Author: ThomasV <electrumdev@gmail.com>
Date: Fri, 14 Aug 2015 09:06:30 +0200
Merge pull request #1392 from LedgerHQ/btchip-update-wizard
Update installwizard init
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/plugins/btchipwallet.py b/plugins/btchipwallet.py
@@ -95,6 +95,10 @@ class Plugin(BasePlugin):
self.wallet.force_watching_only = True
@hook
+ def installwizard_load_wallet(self, wallet, window):
+ self.load_wallet(wallet, window)
+
+ @hook
def installwizard_restore(self, wizard, storage):
if storage.get('wallet_type') != 'btchip':
return