plugin: Start each plugin and setup the connection to it

Mostly copied from bitcoind.c
This commit is contained in:
Christian Decker
2018-09-20 20:45:25 +02:00
parent c71f4f3bd9
commit d0de6e59c6
4 changed files with 140 additions and 1 deletions

View File

@@ -46,7 +46,6 @@ methods = {
'ping': json_ping,
}
partial = ""
for l in sys.stdin:
partial += l