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

Function mfc_fail_complete

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

Source from the content-addressed store, hash-verified

338};
339
340static struct command_result *
341mfc_fail_complete(struct mfc_fail_object *obj)
342{
343 plugin_log(obj->mfc->cmd->plugin, LOG_DBG,
344 "mfc %"PRIu64": cleanup done, failing.", obj->mfc->id);
345 return command_fail(obj->cmd, obj->code, "%s", obj->msg);
346}
347
348/* Use this instead of command_fail. */
349static struct command_result *

Callers

nothing calls this directly

Calls 2

plugin_logFunction · 0.50
command_failFunction · 0.50

Tested by

no test coverage detected