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

Function fundchannel_complete_done

plugins/spender/multifundchannel.c:714–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712
713
714static struct command_result *
715fundchannel_complete_done(struct multifundchannel_destination *dest)
716{
717 struct multifundchannel_command *mfc = dest->mfc;
718
719 --mfc->pending;
720 if (mfc->pending == 0)
721 return after_fundchannel_complete(mfc);
722 else
723 return command_still_pending(mfc->cmd);
724}
725
726static struct command_result *
727fundchannel_complete_ok(struct command *cmd,

Callers 2

fundchannel_complete_okFunction · 0.85
fundchannel_complete_errFunction · 0.85

Calls 2

command_still_pendingFunction · 0.50

Tested by

no test coverage detected