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

Function mfc_finished_complete

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

Source from the content-addressed store, hash-verified

414 struct json_stream *response;
415};
416static struct command_result *
417mfc_finished_complete(struct mfc_finished_object *obj)
418{
419 plugin_log(obj->mfc->cmd->plugin, LOG_DBG,
420 "mfc %"PRIu64": cleanup done, finishing command.",
421 obj->mfc->id);
422 return command_finished(obj->cmd, obj->response);
423}
424
425struct command_result *
426mfc_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