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

Function peer_after_send_scb

plugins/chanbackup.c:502–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502static struct command_result *peer_after_send_scb(struct command *cmd,
503 const char *method,
504 const char *buf,
505 const jsmntok_t *params,
506 struct node_id *nodeid)
507{
508 plugin_log(cmd->plugin, LOG_DBG, "Peer storage sent!");
509
510 return send_peers_scb(cmd, nodeid);
511}
512
513static struct command_result *peer_after_send_scb_failed(struct command *cmd,
514 const char *method,

Callers

nothing calls this directly

Calls 2

send_peers_scbFunction · 0.85
plugin_logFunction · 0.70

Tested by

no test coverage detected