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

Function openchannel_update_returned

plugins/spender/openchannel.c:662–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662static struct command_result *
663openchannel_update_returned(struct multifundchannel_destination *dest)
664{
665 struct multifundchannel_command *mfc = dest->mfc;
666
667 --mfc->pending;
668 if (mfc->pending == 0)
669 return perform_openchannel_update(mfc);
670 else
671 return command_still_pending(mfc->cmd);
672}
673
674static struct command_result *
675openchannel_update_ok(struct command *cmd,

Callers 2

openchannel_update_okFunction · 0.85
openchannel_update_errFunction · 0.85

Calls 2

command_still_pendingFunction · 0.50

Tested by

no test coverage detected