| 236 | }; |
| 237 | |
| 238 | static struct command_result *splice_error_pkg(struct command *cmd, |
| 239 | const char *methodname, |
| 240 | const char *buf, |
| 241 | const jsmntok_t *error, |
| 242 | struct splice_index_pkg *pkg) |
| 243 | { |
| 244 | struct command_result *res = splice_error(cmd, methodname, buf, error, pkg->splice_cmd); |
| 245 | |
| 246 | tal_free(pkg); |
| 247 | |
| 248 | return res; |
| 249 | } |
| 250 | |
| 251 | static struct splice_script_result *input_wallet(struct splice_cmd *splice_cmd, |
| 252 | size_t *index) |
nothing calls this directly
no test coverage detected