mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
plugin: Start each plugin and setup the connection to it
Mostly copied from bitcoind.c
This commit is contained in:
@@ -46,7 +46,6 @@ methods = {
|
||||
'ping': json_ping,
|
||||
}
|
||||
|
||||
|
||||
partial = ""
|
||||
for l in sys.stdin:
|
||||
partial += l
|
||||
|
||||
Reference in New Issue
Block a user