electrum

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

commit 11e7a6644e4d670a87f65f589332f43d8f19f3fb
parent cfa965fdae1ae17209e64fca0dde04c90755251f
Author: ThomasV <thomasv@gitorious>
Date:   Fri, 19 Sep 2014 14:30:16 +0200

do not store wallet_type right at the first screen

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

diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py @@ -349,7 +349,7 @@ class InstallWizard(QDialog): wallet_type = '2fa' if action == 'create': - self.storage.put('wallet_type', wallet_type) + self.storage.put('wallet_type', wallet_type, False) if action is None: return