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

Function connect_done

plugins/spender/multifundchannel.c:1529–1539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1527}
1528
1529static struct command_result *
1530connect_done(struct multifundchannel_destination *dest)
1531{
1532 struct multifundchannel_command *mfc = dest->mfc;
1533
1534 --mfc->pending;
1535 if (mfc->pending == 0)
1536 return after_multiconnect(mfc);
1537 else
1538 return command_still_pending(mfc->cmd);
1539}
1540
1541
1542static struct command_result *

Callers 2

connect_okFunction · 0.85
connect_errFunction · 0.85

Calls 2

after_multiconnectFunction · 0.85
command_still_pendingFunction · 0.50

Tested by

no test coverage detected