Browse Source

parameter for wizard.run

283
ThomasV 11 years ago
parent
commit
0a0186bc5d
  1. 2
      gui/qt/main_window.py

2
gui/qt/main_window.py

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

Loading…
Cancel
Save