Browse Source

do not store wallet_type right at the first screen

283
ThomasV 11 years ago
parent
commit
11e7a6644e
  1. 2
      gui/qt/installwizard.py

2
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

Loading…
Cancel
Save