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

Function notification_deprecated_out_ok

plugins/libplugin.c:255–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255bool notification_deprecated_out_ok(struct plugin *plugin,
256 const char *method,
257 const char *fieldname,
258 const char *depr_start,
259 const char *depr_end)
260{
261 return deprecated_ok(plugin->deprecated_ok,
262 tal_fmt(tmpctx, "%s.%s", method, fieldname),
263 depr_start, depr_end,
264 plugin->beglist,
265 NULL, NULL);
266}
267
268static void ld_send(struct plugin *plugin, struct json_stream *stream)
269{

Callers 3

channel_hint_notifyFunction · 0.70
payment_notify_failureFunction · 0.70
json_add_payment_successFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected