diff --git a/plugins/btchipwallet.py b/plugins/btchipwallet.py index a7eea451c..5e5ca1ed0 100644 --- a/plugins/btchipwallet.py +++ b/plugins/btchipwallet.py @@ -86,6 +86,8 @@ class Plugin(BasePlugin): @hook def installwizard_restore(self, wizard, storage): + if storage.get('wallet_type') != 'btchip': + return wallet = BTChipWallet(storage) try: wallet.create_main_account(None)