Merge pull request #1392 from LedgerHQ/btchip-update-wizard

Update installwizard init
This commit is contained in:
ThomasV 2015-08-14 09:06:30 +02:00
commit 6fcaa1a672
1 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,10 @@ class Plugin(BasePlugin):
QMessageBox.information(self.window, _('Error'), _("BTChip device not detected.\nContinuing in watching-only mode."), _('OK')) QMessageBox.information(self.window, _('Error'), _("BTChip device not detected.\nContinuing in watching-only mode."), _('OK'))
self.wallet.force_watching_only = True self.wallet.force_watching_only = True
@hook
def installwizard_load_wallet(self, wallet, window):
self.load_wallet(wallet, window)
@hook @hook
def installwizard_restore(self, wizard, storage): def installwizard_restore(self, wizard, storage):
if storage.get('wallet_type') != 'btchip': if storage.get('wallet_type') != 'btchip':