1
0

wizard: start wallet threads

This commit is contained in:
ThomasV
2013-09-01 18:58:09 +02:00
parent 046ec58d24
commit 7ba686e16f
3 changed files with 6 additions and 10 deletions

View File

@@ -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()