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

Function cancelrecurringinvoice_done

plugins/fetchinvoice.c:414–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414static struct command_result *cancelrecurringinvoice_done(struct command *cmd,
415 struct sent *sent)
416{
417 return command_success(cmd,
418 json_out_obj(cmd, "bolt12",
419 invrequest_encode(tmpctx, sent->invreq)));
420}
421
422static struct command_result *sendonionmsg_done(struct command *cmd,
423 const char *method UNUSED,

Callers 1

sendonionmsg_doneFunction · 0.85

Calls 3

invrequest_encodeFunction · 0.85
command_successFunction · 0.70
json_out_objFunction · 0.70

Tested by

no test coverage detected