From 4e9408d9174f06ef790e755d6590fc38aa24035c Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 21 Aug 2014 10:15:56 +0200 Subject: [PATCH] wizard: we still want to store wallet type on creation --- gui/qt/installwizard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index fa16c716..c7c961fe 100644 --- 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