We've received neither a reply nor a payment; return failure. */
| 403 | |
| 404 | /* We've received neither a reply nor a payment; return failure. */ |
| 405 | static struct command_result *timeout_sent_invreq(struct command *timer_cmd, |
| 406 | struct sent *sent) |
| 407 | { |
| 408 | /* This will free sent! */ |
| 409 | discard_result(command_fail(sent->cmd, OFFER_TIMEOUT, |
| 410 | "Timeout waiting for response")); |
| 411 | return timer_complete(timer_cmd); |
| 412 | } |
| 413 | |
| 414 | static struct command_result *cancelrecurringinvoice_done(struct command *cmd, |
| 415 | struct sent *sent) |
nothing calls this directly
no test coverage detected