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':