| 2795 | } |
| 2796 | |
| 2797 | static 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 | |
| 2804 | static struct command_result *json_xpay_as_pay(struct command *cmd, |
| 2805 | const char *buffer, |
nothing calls this directly
no test coverage detected