| 364 | } |
| 365 | |
| 366 | static struct command_result *sendonion_done(struct command *aux_cmd, |
| 367 | const char *method UNUSED, |
| 368 | const char *buffer UNUSED, |
| 369 | const jsmntok_t *toks UNUSED, |
| 370 | struct payment *payment UNUSED) |
| 371 | { |
| 372 | return aux_command_done(aux_cmd); |
| 373 | } |
| 374 | |
| 375 | static struct command_result * |
| 376 | sendonion_fail(struct command *aux_cmd, const char *method, const char *buffer, |
nothing calls this directly
no test coverage detected