wizard: start wallet threads
[electrum-nvc.git] / gui / gui_classic.py
index ce13c07..2eef11e 100644 (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()