do not store wallet_type right at the first screen
This commit is contained in:
@@ -349,7 +349,7 @@ class InstallWizard(QDialog):
|
|||||||
wallet_type = '2fa'
|
wallet_type = '2fa'
|
||||||
|
|
||||||
if action == 'create':
|
if action == 'create':
|
||||||
self.storage.put('wallet_type', wallet_type)
|
self.storage.put('wallet_type', wallet_type, False)
|
||||||
|
|
||||||
if action is None:
|
if action is None:
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user