Browse Source

wizard restore hook

283
ThomasV 11 years ago
parent
commit
c329a03757
  1. 3
      gui/qt/installwizard.py

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

Loading…
Cancel
Save