From 11e7a6644e4d670a87f65f589332f43d8f19f3fb Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 19 Sep 2014 14:30:16 +0200 Subject: [PATCH] do not store wallet_type right at the first screen --- gui/qt/installwizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index c0f7a5bea..7f65cb76e 100644 --- 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