From: ThomasV Date: Thu, 10 Jul 2014 19:49:55 +0000 (+0200) Subject: wizard restore hook X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=commitdiff_plain;h=c329a03757556c021411c9d6e9b5cfb1e8628a2f wizard restore hook --- diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 550be34..5e03566 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -545,8 +545,7 @@ class InstallWizard(QDialog): wallet.create_accounts(password) else: - raise - + wallet = run_hook('installwizard_restore', self, self.storage) # create first keys offline self.waiting_dialog(wallet.synchronize)