MCPcopy Create free account
hub / github.com/ElementsProject/lightning / notify_plugin_stopped

Function notify_plugin_stopped

lightningd/notification.c:698–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696REGISTER_NOTIFICATION(plugin_stopped);
697
698void notify_plugin_stopped(struct lightningd *ld, struct plugin *plugin)
699{
700 struct jsonrpc_notification *n = notify_start(ld, "plugin_stopped");
701 if (!n)
702 return;
703 plugin_notification_serialize(n->stream, plugin);
704 notify_send(ld, n);
705}

Callers 1

destroy_pluginFunction · 0.85

Calls 3

notify_startFunction · 0.85
notify_sendFunction · 0.85

Tested by

no test coverage detected