mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-10 01:24:30 +01:00
plugin: register shutdown instead of plugin_shutdown in notifications list
This commit is contained in:
committed by
Rusty Russell
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user