Skip to content

Commit df0df2f

Browse files
committed
Add 0FC to the set of supported features in non-test builds
1 parent 7a9d713 commit df0df2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/chain/package.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ pub(crate) fn verify_channel_type_features(channel_type_features: &Option<Channe
9898
let mut supported_feature_set = ChannelTypeFeatures::anchors_zero_htlc_fee_and_dependencies();
9999
supported_feature_set.set_scid_privacy_required();
100100
supported_feature_set.set_zero_conf_required();
101-
102-
#[cfg(test)]
103101
supported_feature_set.set_anchor_zero_fee_commitments_required();
104102

105103
// allow the passing of an additional necessary permitted flag

0 commit comments

Comments
 (0)