wizard: we still want to store wallet type on creation

This commit is contained in:
ThomasV 2014-08-21 10:15:56 +02:00
parent 8df2179025
commit 4e9408d917
1 changed files with 1 additions and 0 deletions

View File

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