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

Function mfc_cleanup_complete

plugins/spender/multifundchannel.c:145–150  ·  view source on GitHub ↗

Done when all cleanup operations have completed. */

Source from the content-addressed store, hash-verified

143
144/* Done when all cleanup operations have completed. */
145static struct command_result *
146mfc_cleanup_complete(struct multifundchannel_cleanup *cleanup)
147{
148 tal_steal(tmpctx, cleanup);
149 return cleanup->cb(cleanup->arg);
150}
151
152static struct command_result *
153mfc_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