diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 06f7190c2..2b074f81d 100644 --- a/gui/qt/installwizard.py +++ b/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)