twizard restore hook - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit c329a03757556c021411c9d6e9b5cfb1e8628a2f
DIR parent 6fb85f95bf0d0e2b66e424461683565360189331
HTML Author: ThomasV <thomasv@gitorious>
Date: Thu, 10 Jul 2014 21:49:55 +0200
wizard restore hook
Diffstat:
M gui/qt/installwizard.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
t@@ -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)