Browse Source

wizard restore: abort if wallet is None

283
ThomasV 11 years ago
parent
commit
448d2eb548
  1. 2
      gui/qt/installwizard.py

2
gui/qt/installwizard.py

@ -546,6 +546,8 @@ class InstallWizard(QDialog):
else:
wallet = run_hook('installwizard_restore', self, self.storage)
if not wallet:
return
# create first keys offline
self.waiting_dialog(wallet.synchronize)

Loading…
Cancel
Save