| 500 | } |
| 501 | |
| 502 | static 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 | |
| 513 | static struct command_result *peer_after_send_scb_failed(struct command *cmd, |
| 514 | const char *method, |
nothing calls this directly
no test coverage detected