Verify channel type features for decoding.
[rust-lightning] / lightning / src / ln / features.rs
index 714bfaa5528fab5a5144cd9e54b827bb7de3b422..ca6ea70b61da7312de22b1e28749a51cb3f28941 100644 (file)
@@ -595,7 +595,6 @@ impl ChannelTypeFeatures {
                ret
        }
 
-       #[cfg(any(anchors, test))]
        /// Constructs a ChannelTypeFeatures with anchors support
        pub(crate) fn anchors_zero_htlc_fee_and_dependencies() -> Self {
                let mut ret = Self::empty();