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

Function mfc_finished_complete

plugins/spender/multifundchannel.c:409–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407 struct json_stream *response;
408};
409static struct command_result *
410mfc_finished_complete(struct mfc_finished_object *obj)
411{
412 plugin_log(obj->mfc->cmd->plugin, LOG_DBG,
413 "mfc %"PRIu64": cleanup done, finishing command.",
414 obj->mfc->id);
415 return command_finished(obj->cmd, obj->response);
416}
417
418struct command_result *
419mfc_finished(struct multifundchannel_command *mfc,

Callers

nothing calls this directly

Calls 2

plugin_logFunction · 0.50
command_finishedFunction · 0.50

Tested by

no test coverage detected