From 59e999d3a558f91e5ad7b8605c6787b87ee0bec7 Mon Sep 17 00:00:00 2001 From: BTChip Date: Thu, 13 Aug 2015 23:28:36 +0200 Subject: [PATCH] Update installwizard init --- plugins/btchipwallet.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/btchipwallet.py b/plugins/btchipwallet.py index beb4cde3..d10d2e74 100644 --- a/plugins/btchipwallet.py +++ b/plugins/btchipwallet.py @@ -94,6 +94,10 @@ class Plugin(BasePlugin): QMessageBox.information(self.window, _('Error'), _("BTChip device not detected.\nContinuing in watching-only mode."), _('OK')) 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':