wizard: start wallet threads
This commit is contained in:
@@ -2221,7 +2221,7 @@ class ElectrumGui:
|
||||
storage = WalletStorage(self.config)
|
||||
if not storage.file_exists:
|
||||
import installwizard
|
||||
wizard = installwizard.InstallWizard(self.config, self.interface, storage)
|
||||
wizard = installwizard.InstallWizard(self.config, self.interface, self.blockchain, storage)
|
||||
wallet = wizard.run()
|
||||
if not wallet:
|
||||
exit()
|
||||
|
||||
Reference in New Issue
Block a user