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

Function after_openchannel_signed

plugins/spender/openchannel.c:372–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372static struct command_result *
373after_openchannel_signed(struct multifundchannel_command *mfc)
374{
375 --mfc->pending;
376 if (mfc->pending == 0)
377 return openchannel_finished(mfc);
378 else
379 return command_still_pending(mfc->cmd);
380}
381
382static struct command_result *
383openchannel_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