wizard restore hook

This commit is contained in:
ThomasV 2014-07-10 21:49:55 +02:00
parent 6fb85f95bf
commit c329a03757
1 changed files with 1 additions and 2 deletions

View File

@ -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)