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

Function peer_after_send_their_peer_strg

plugins/chanbackup.c:446–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444
445
446static struct command_result
447*peer_after_send_their_peer_strg(struct command *cmd,
448 const char *method,
449 const char *buf,
450 const jsmntok_t *params,
451 struct node_id *node_id)
452{
453 plugin_log(cmd->plugin, LOG_DBG, "Sent their peer storage!");
454 return command_hook_success(cmd);
455}
456
457static struct command_result
458*peer_after_send_their_peer_strg_err(struct command *cmd,

Callers

nothing calls this directly

Calls 2

plugin_logFunction · 0.70
command_hook_successFunction · 0.70

Tested by

no test coverage detected