From c329a03757556c021411c9d6e9b5cfb1e8628a2f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 10 Jul 2014 21:49:55 +0200 Subject: [PATCH] wizard restore hook --- gui/qt/installwizard.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) 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) -- 1.7.1