do not store wallet_type right at the first screen

This commit is contained in:
ThomasV 2014-09-19 14:30:16 +02:00
parent cfa965fdae
commit 11e7a6644e
1 changed files with 1 additions and 1 deletions

View File

@ -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