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

Function register_mfc

plugins/spender/openchannel.c:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void register_mfc(struct multifundchannel_command *mfc)
22{
23 assert(mfc);
24
25 list_add_tail(&mfc_commands, &mfc->list);
26 tal_add_destructor(mfc, &destroy_mfc);
27}
28
29static struct multifundchannel_destination *
30find_dest_by_channel_id(struct channel_id *cid)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected