| 444 | |
| 445 | |
| 446 | static 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 | |
| 457 | static struct command_result |
| 458 | *peer_after_send_their_peer_strg_err(struct command *cmd, |
nothing calls this directly
no test coverage detected