diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index fa16c716..c7c961fe 100644 --- a/gui/qt/installwizard.py +++ b/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