twizard: we still want to store wallet type on creation - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 4e9408d9174f06ef790e755d6590fc38aa24035c DIR parent 8df21790258713fd092977b5bfcd26bc69d9f822 HTML Author: ThomasV <thomasv@gitorious> Date: Thu, 21 Aug 2014 10:15:56 +0200 wizard: we still want to store wallet type on creation Diffstat: M gui/qt/installwizard.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py t@@ -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