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

Function is_v2

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

Source from the content-addressed store, hash-verified

89}
90
91bool is_v2(const struct multifundchannel_destination *dest)
92{
93 return dest->protocol == OPEN_CHANNEL;
94}
95
96static bool
97has_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