electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 0a0186bc5d8aeec4793665b679627dcce18e8075
parent 3faeb7eab66218165d5167a9be39a78aad68df07
Author: ThomasV <thomasv@gitorious>
Date:   Thu,  1 May 2014 14:55:29 +0200

parameter for wizard.run

Diffstat:
Mgui/qt/main_window.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)