1
0

wizard: make sure terminate is always called

This commit is contained in:
ThomasV
2017-07-24 18:35:33 +02:00
parent f33ee01e64
commit bfcfb1f240
2 changed files with 1 additions and 2 deletions

View File

@@ -173,6 +173,7 @@ class ElectrumGui:
storage = WalletStorage(path)
wizard = InstallWizard(self.config, self.app, self.plugins, storage)
wallet = wizard.run_and_get_wallet()
wizard.terminate()
if not wallet:
return
wallet.start_threads(self.daemon.network)