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

Function mfc_fail_complete

plugins/spender/multifundchannel.c:346–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344};
345
346static struct command_result *
347mfc_fail_complete(struct mfc_fail_object *obj)
348{
349 plugin_log(obj->mfc->cmd->plugin, LOG_DBG,
350 "mfc %"PRIu64": cleanup done, failing.", obj->mfc->id);
351 return command_fail(obj->cmd, obj->code, "%s", obj->msg);
352}
353
354/* Use this instead of command_fail. */
355static struct command_result *

Callers

nothing calls this directly

Calls 2

plugin_logFunction · 0.50
command_failFunction · 0.50

Tested by

no test coverage detected