Skip to content

Commit

Permalink
plugin: register shutdown instead of plugin_shutdown in notificat…
Browse files Browse the repository at this point in the history
…ions list
  • Loading branch information
SimonVrouwe authored and rustyrussell committed Sep 9, 2021
1 parent 84957be commit a308fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightningd/notification.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit a308fb1

Please sign in to comment.