| 455 | } |
| 456 | |
| 457 | static struct command_result |
| 458 | *peer_after_send_their_peer_strg_err(struct command *cmd, |
| 459 | const char *method, |
| 460 | const char *buf, |
| 461 | const jsmntok_t *params, |
| 462 | struct node_id *node_id) |
| 463 | { |
| 464 | plugin_log(cmd->plugin, LOG_DBG, "Unable to send Peer storage!"); |
| 465 | remove_peer(cmd->plugin, node_id); |
| 466 | return command_hook_success(cmd); |
| 467 | } |
| 468 | |
| 469 | static struct command_result *send_peers_scb(struct command *cmd, |
| 470 | struct node_id *nodeid) |
nothing calls this directly
no test coverage detected