|
|
|
@ -159,7 +159,7 @@ class ElectrumGui: |
|
|
|
wizard = installwizard.InstallWizard(self.config, self.network, storage) |
|
|
|
wizard = installwizard.InstallWizard(self.config, self.network, storage) |
|
|
|
wallet = wizard.run(action) |
|
|
|
wallet = wizard.run(action) |
|
|
|
if not wallet: |
|
|
|
if not wallet: |
|
|
|
exit() |
|
|
|
return |
|
|
|
else: |
|
|
|
else: |
|
|
|
wallet.start_threads(self.network) |
|
|
|
wallet.start_threads(self.network) |
|
|
|
|
|
|
|
|
|
|
|
|