We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9d713 commit df0df2fCopy full SHA for df0df2f
lightning/src/chain/package.rs
@@ -98,8 +98,6 @@ pub(crate) fn verify_channel_type_features(channel_type_features: &Option<Channe
98
let mut supported_feature_set = ChannelTypeFeatures::anchors_zero_htlc_fee_and_dependencies();
99
supported_feature_set.set_scid_privacy_required();
100
supported_feature_set.set_zero_conf_required();
101
-
102
- #[cfg(test)]
103
supported_feature_set.set_anchor_zero_fee_commitments_required();
104
105
// allow the passing of an additional necessary permitted flag
0 commit comments