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

Function anchors_negotiated

openingd/common.c:197–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197bool anchors_negotiated(struct feature_set *our_features,
198 const u8 *their_features)
199{
200 return feature_negotiated(our_features, their_features,
201 OPT_ANCHOR_OUTPUTS_DEPRECATED)
202 || feature_negotiated(our_features,
203 their_features,
204 OPT_ANCHORS_ZERO_FEE_HTLC_TX);
205}
206
207char *validate_remote_upfront_shutdown(const tal_t *ctx,
208 struct feature_set *our_features,

Callers 2

accepter_startFunction · 0.85

Calls 1

feature_negotiatedFunction · 0.85

Tested by

no test coverage detected