From: ThomasV Date: Thu, 1 May 2014 12:55:29 +0000 (+0200) Subject: parameter for wizard.run X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=0a0186bc5d8aeec4793665b679627dcce18e8075;p=electrum-nvc.git parameter for wizard.run --- diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index bbd7d03..981c1b3 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)