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