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

Function mfc_cleanup_complete

plugins/spender/multifundchannel.c:148–153  ·  view source on GitHub ↗

Done when all cleanup operations have completed. */

Source from the content-addressed store, hash-verified

146
147/* Done when all cleanup operations have completed. */
148static struct command_result *
149mfc_cleanup_complete(struct multifundchannel_cleanup *cleanup)
150{
151 tal_steal(tmpctx, cleanup);
152 return cleanup->cb(cleanup->arg);
153}
154
155static struct command_result *
156mfc_cleanup_done(struct command *cmd,

Callers 2

mfc_cleanup_doneFunction · 0.85
mfc_cleanup_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected