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

Function openchannel_update_returned

plugins/spender/openchannel.c:653–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653static struct command_result *
654openchannel_update_returned(struct multifundchannel_destination *dest)
655{
656 struct multifundchannel_command *mfc = dest->mfc;
657
658 --mfc->pending;
659 if (mfc->pending == 0)
660 return perform_openchannel_update(mfc);
661 else
662 return command_still_pending(mfc->cmd);
663}
664
665static struct command_result *
666openchannel_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