mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
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>
This commit is contained in:
parent
0bfa4024b6
commit
55cd61e3e5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user