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