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

Function json_xpay_as_pay

plugins/xpay/xpay.c:2804–2809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2802}
2803
2804static struct command_result *json_xpay_as_pay(struct command *cmd,
2805 const char *buffer,
2806 const jsmntok_t *params)
2807{
2808 return json_xpay_params(cmd, buffer, params, true);
2809}
2810
2811/* When to use this?
2812 * If we want to be specific about the amount we send and not about the amount

Callers

nothing calls this directly

Calls 1

json_xpay_paramsFunction · 0.85

Tested by

no test coverage detected