commit c329a03757556c021411c9d6e9b5cfb1e8628a2f
parent 6fb85f95bf0d0e2b66e424461683565360189331
Author: ThomasV <thomasv@gitorious>
Date: Thu, 10 Jul 2014 21:49:55 +0200
wizard restore hook
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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)