electrum

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

commit 4e9408d9174f06ef790e755d6590fc38aa24035c
parent 8df21790258713fd092977b5bfcd26bc69d9f822
Author: ThomasV <thomasv@gitorious>
Date:   Thu, 21 Aug 2014 10:15:56 +0200

wizard: we still want to store wallet type on creation

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

diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py @@ -381,6 +381,7 @@ class InstallWizard(QDialog): return action = None elif action == 'create': + self.storage.put('wallet_type', wallet_type) wallet = Wallet(self.storage) action = wallet.get_action() # fixme: password is only needed for multiple accounts