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

Function reserve_done

plugins/xpay/xpay.c:1500–1509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1498}
1499
1500static struct command_result *reserve_done(struct command *aux_cmd,
1501 const char *method,
1502 const char *buf,
1503 const jsmntok_t *result,
1504 struct attempt *attempt)
1505{
1506 attempt_debug(attempt, "%s", "Reserve done!");
1507
1508 return do_inject(aux_cmd, attempt);
1509}
1510
1511static struct command_result *reserve_done_err(struct command *aux_cmd,
1512 const char *method,

Callers

nothing calls this directly

Calls 1

do_injectFunction · 0.85

Tested by

no test coverage detected