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

Function is_v2

plugins/spender/multifundchannel.c:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool is_v2(const struct multifundchannel_destination *dest)
89{
90 return dest->protocol == OPEN_CHANNEL;
91}
92
93static bool
94has_commitments_secured(const struct multifundchannel_destination *dest)

Callers 13

mfc_cleanup_Function · 0.85
after_signpsbtFunction · 0.85
after_channel_startFunction · 0.85
perform_channel_startFunction · 0.85
collect_sigsFunction · 0.85
check_sigs_readyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected