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

Function register_mfc

plugins/spender/openchannel.c:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected