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

Function openchannel_init_done

plugins/spender/openchannel.c:884–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882}
883
884static struct command_result *
885openchannel_init_done(struct multifundchannel_destination *dest)
886{
887 struct multifundchannel_command *mfc = dest->mfc;
888
889 --mfc->pending;
890 if (mfc->pending == 0)
891 return after_channel_start(mfc);
892 else
893 return command_still_pending(mfc->cmd);
894}
895
896static struct command_result *
897openchannel_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