We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20abc62 commit 2427fdaCopy full SHA for 2427fda
lightning/src/ln/features.rs
@@ -548,7 +548,7 @@ impl InitFeatures {
548
self.to_context_internal()
549
}
550
551
- /// Returns the set of known init features which are related to channels. At least some of
+ /// Returns the set of known init features that are related to channels. At least some of
552
/// these features are likely required for peers to talk to us.
553
pub fn known_channel_features() -> InitFeatures {
554
let mut features = Self::known().clear_gossip_queries();
0 commit comments