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

Function after_openchannel_signed

plugins/spender/openchannel.c:361–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361static struct command_result *
362after_openchannel_signed(struct multifundchannel_command *mfc)
363{
364 --mfc->pending;
365 if (mfc->pending == 0)
366 return openchannel_finished(mfc);
367 else
368 return command_still_pending(mfc->cmd);
369}
370
371static struct command_result *
372openchannel_signed_ok(struct command *cmd,

Callers 2

openchannel_signed_okFunction · 0.85
openchannel_signed_errFunction · 0.85

Calls 2

openchannel_finishedFunction · 0.85
command_still_pendingFunction · 0.50

Tested by

no test coverage detected