parameter for wizard.run

This commit is contained in:
ThomasV 2014-05-01 14:55:29 +02:00
parent 3faeb7eab6
commit 0a0186bc5d
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class ElectrumWindow(QMainWindow):
return
wizard = installwizard.InstallWizard(self.config, self.network, storage)
wallet = wizard.run()
wallet = wizard.run('new')
if wallet:
self.load_wallet(wallet)