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

Function splice_error_pkg

plugins/spender/splice.c:238–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236};
237
238static 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
251static struct splice_script_result *input_wallet(struct splice_cmd *splice_cmd,
252 size_t *index)

Callers

nothing calls this directly

Calls 2

splice_errorFunction · 0.85
tal_freeFunction · 0.85

Tested by

no test coverage detected