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

Function json_xpay

plugins/xpay/xpay.c:2797–2802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2795}
2796
2797static struct command_result *json_xpay(struct command *cmd,
2798 const char *buffer,
2799 const jsmntok_t *params)
2800{
2801 return json_xpay_params(cmd, buffer, params, false);
2802}
2803
2804static struct command_result *json_xpay_as_pay(struct command *cmd,
2805 const char *buffer,

Callers

nothing calls this directly

Calls 1

json_xpay_paramsFunction · 0.85

Tested by

no test coverage detected