mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
lightningd: remove obsolete FIXME comment.
We have this now. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
77094b7df8
commit
6a9c4e65c3
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue