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

Function openchannel_init_done

plugins/spender/openchannel.c:895–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893}
894
895static struct command_result *
896openchannel_init_done(struct multifundchannel_destination *dest)
897{
898 struct multifundchannel_command *mfc = dest->mfc;
899
900 --mfc->pending;
901 if (mfc->pending == 0)
902 return after_channel_start(mfc);
903 else
904 return command_still_pending(mfc->cmd);
905}
906
907static struct command_result *
908openchannel_init_ok(struct command *cmd,

Callers 2

openchannel_init_okFunction · 0.85
openchannel_init_errFunction · 0.85

Calls 2

after_channel_startFunction · 0.85
command_still_pendingFunction · 0.50

Tested by

no test coverage detected