Browse Source

wizard: we still want to store wallet type on creation

283
ThomasV 11 years ago
parent
commit
4e9408d917
  1. 1
      gui/qt/installwizard.py

1
gui/qt/installwizard.py

@ -381,6 +381,7 @@ class InstallWizard(QDialog):
return
action = None
elif action == 'create':
self.storage.put('wallet_type', wallet_type)
wallet = Wallet(self.storage)
action = wallet.get_action()
# fixme: password is only needed for multiple accounts

Loading…
Cancel
Save