mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
plugin: register shutdown
instead of plugin_shutdown
in notifications list
This commit is contained in:
parent
84957be410
commit
a308fb17b2
@ -555,7 +555,7 @@ void notify_channel_open_failed(struct lightningd *ld,
|
||||
plugins_notify(ld->plugins, take(n));
|
||||
}
|
||||
|
||||
REGISTER_NOTIFICATION(plugin_shutdown, NULL);
|
||||
REGISTER_NOTIFICATION(shutdown, NULL);
|
||||
|
||||
bool notify_plugin_shutdown(struct lightningd *ld, struct plugin *p)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user