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

Function sendonion_done

plugins/renepay/routetracker.c:366–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366static struct command_result *sendonion_done(struct command *aux_cmd,
367 const char *method UNUSED,
368 const char *buffer UNUSED,
369 const jsmntok_t *toks UNUSED,
370 struct payment *payment UNUSED)
371{
372 return aux_command_done(aux_cmd);
373}
374
375static struct command_result *
376sendonion_fail(struct command *aux_cmd, const char *method, const char *buffer,

Callers

nothing calls this directly

Calls 1

aux_command_doneFunction · 0.85

Tested by

no test coverage detected