| 2802 | } |
| 2803 | |
| 2804 | static 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 |
nothing calls this directly
no test coverage detected