| 18 | } |
| 19 | |
| 20 | void 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 | |
| 28 | static struct multifundchannel_destination * |
| 29 | find_dest_by_channel_id(struct channel_id *cid) |
no outgoing calls
no test coverage detected