From 55cd61e3e5b4fe769aa1c21419135d46d94d1bf6 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 5 May 2020 10:45:52 +0930 Subject: [PATCH] lightningd: fix obsolete comment. We unified this timeout with the 60 second startup timeout. Reported-by: @cdecker Signed-off-by: Rusty Russell --- lightningd/plugin_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/plugin_control.c b/lightningd/plugin_control.c index e78d1b620..87ad14bf9 100644 --- a/lightningd/plugin_control.c +++ b/lightningd/plugin_control.c @@ -53,7 +53,7 @@ struct command_result *plugin_cmd_all_complete(struct plugins *plugins, /** * Called when trying to start a plugin through RPC, it starts the plugin and - * will give a result 20 seconds later at the most. + * will give a result 60 seconds later at the most (once init completes). */ static struct command_result * plugin_dynamic_start(struct command *cmd, const char *plugin_path)