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

Function mfc_err_raw_complete

plugins/spender/multifundchannel.c:373–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 const char *error;
372};
373static struct command_result *
374mfc_err_raw_complete(struct mfc_err_raw_object *obj)
375{
376 plugin_log(obj->mfc->cmd->plugin, LOG_DBG,
377 "mfc %"PRIu64": cleanup done, failing raw.", obj->mfc->id);
378 return command_err_raw(obj->mfc->cmd, obj->error);
379}
380
381/* Use this instead of command_err_raw. */
382static struct command_result *

Callers

nothing calls this directly

Calls 2

command_err_rawFunction · 0.85
plugin_logFunction · 0.50

Tested by

no test coverage detected