1
0

aiorpcx: replace network loop with asyncio and try to maintain ten sessions

This commit is contained in:
Janus
2018-08-15 19:01:28 +02:00
committed by SomberNight
parent 40ceabff79
commit 97ea0fc439
5 changed files with 85 additions and 23 deletions

View File

@@ -128,8 +128,8 @@ class Daemon(DaemonThread):
self.network = Network(config)
self.network.start()
self.fx = FxThread(config, self.network)
if self.network:
self.network.add_jobs([self.fx])
#if self.network:
# self.network.add_jobs([self.fx])
self.gui = None
self.wallets = {}
# Setup JSONRPC server