Browse Source

lightningd: fix obsolete comment.

We unified this timeout with the 60 second startup timeout.

Reported-by: @cdecker
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
nifty/pset-pre
Rusty Russell 5 years ago
parent
commit
55cd61e3e5
  1. 2
      lightningd/plugin_control.c

2
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 * 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 * static struct command_result *
plugin_dynamic_start(struct command *cmd, const char *plugin_path) plugin_dynamic_start(struct command *cmd, const char *plugin_path)

Loading…
Cancel
Save