1
0

separate gui init() and load_wallet()

This commit is contained in:
ThomasV
2013-08-30 10:11:10 +02:00
parent 10c805b3e7
commit 1637197419
4 changed files with 94 additions and 69 deletions

View File

@@ -167,7 +167,7 @@ class InstallWizard(QDialog):
self.config.set_key("server", None, True)
self.config.set_key('auto_cycle', False, True)
self.interface.start(wait = False)
#self.interface.start(wait = False)
# start wallet threads
verifier = WalletVerifier(self.interface, self.config)