tparameter for wizard.run - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 0a0186bc5d8aeec4793665b679627dcce18e8075 DIR parent 3faeb7eab66218165d5167a9be39a78aad68df07 HTML Author: ThomasV <thomasv@gitorious> Date: Thu, 1 May 2014 14:55:29 +0200 parameter for wizard.run Diffstat: M gui/qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py t@@ -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)