mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 10:46:58 +01:00
fix: hangup in plugin rescan
This adds a missing plugins_send_getmanifest() call in the rescan function that lead to a RPC hangup. Not sure though if this is the proper fix. Changelog-None
This commit is contained in:
parent
0f2b3c9179
commit
3e42d08c89
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ plugin_dynamic_rescan_plugins(struct command *cmd)
|
||||||
if (res)
|
if (res)
|
||||||
return res;
|
return res;
|
||||||
|
|
||||||
|
plugins_send_getmanifest(cmd->ld->plugins);
|
||||||
return command_still_pending(cmd);
|
return command_still_pending(cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue