|
@ -281,6 +281,7 @@ class ElectrumWindow(QMainWindow): |
|
|
if action is not None: |
|
|
if action is not None: |
|
|
import installwizard |
|
|
import installwizard |
|
|
wizard = installwizard.InstallWizard(self.config, self.network, storage) |
|
|
wizard = installwizard.InstallWizard(self.config, self.network, storage) |
|
|
|
|
|
wizard.show() |
|
|
try: |
|
|
try: |
|
|
wallet = wizard.run(action) |
|
|
wallet = wizard.run(action) |
|
|
except BaseException as e: |
|
|
except BaseException as e: |
|
|