diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index bbd7d031..981c1b3e 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -262,7 +262,7 @@ class ElectrumWindow(QMainWindow): return wizard = installwizard.InstallWizard(self.config, self.network, storage) - wallet = wizard.run() + wallet = wizard.run('new') if wallet: self.load_wallet(wallet)