MCPcopy Create free account
hub / github.com/ElementsProject/lightning / handle_offerless_request

Function handle_offerless_request

plugins/offers_invreq_hook.c:830–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830static 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
837struct command_result *handle_invoice_request(struct command *cmd,
838 const u8 *invreqbin,

Callers 1

handle_invoice_requestFunction · 0.85

Calls 1

fail_internalerrFunction · 0.70

Tested by

no test coverage detected