From 6a9c4e65c3cbf2d2d97f0bdda86919ebda666188 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 5 May 2020 10:42:24 +0930 Subject: [PATCH] lightningd: remove obsolete FIXME comment. We have this now. Signed-off-by: Rusty Russell --- lightningd/plugin.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lightningd/plugin.c b/lightningd/plugin.c index ef1b81741..9561e2bb0 100644 --- a/lightningd/plugin.c +++ b/lightningd/plugin.c @@ -1222,9 +1222,6 @@ plugin_populate_init_request(struct plugin *plugin, struct jsonrpc_request *req) json_object_end(req->stream); } -/* FIXME(cdecker) This just builds a string for the request because - * the json_stream is tightly bound to the command interface. It - * should probably be generalized and fixed up. */ static void plugin_config(struct plugin *plugin) {