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