| 828 | } |
| 829 | |
| 830 | static struct command_result *handle_offerless_request(struct command *cmd, |
| 831 | struct invreq *ir) |
| 832 | { |
| 833 | /* FIXME: shut up and take their money! */ |
| 834 | return fail_internalerr(cmd, ir, "FIXME: handle offerless req!"); |
| 835 | } |
| 836 | |
| 837 | struct command_result *handle_invoice_request(struct command *cmd, |
| 838 | const u8 *invreqbin, |
no test coverage detected