We've received neither a reply nor a payment; return failure. */
| 451 | |
| 452 | /* We've received neither a reply nor a payment; return failure. */ |
| 453 | static void timeout_sent_invreq(struct sent *sent) |
| 454 | { |
| 455 | /* This will free sent! */ |
| 456 | discard_result(command_fail(sent->cmd, OFFER_TIMEOUT, |
| 457 | "Timeout waiting for response")); |
| 458 | } |
| 459 | |
| 460 | static struct command_result *sendonionmsg_done(struct command *cmd, |
| 461 | const char *buf UNUSED, |
nothing calls this directly
no test coverage detected