Add a note that `peer_disconnected` impls must be idempotent
[rust-lightning] / lightning / src / ln / channelmanager.rs
index c79a18ca8dd40e0690450ca51fe8ca0b038e879e..a51eacc9d3f0a69f64882d19161ae90334aae61e 100644 (file)
@@ -6121,7 +6121,7 @@ impl<Signer: Sign, M: Deref , T: Deref , K: Deref , F: Deref , L: Deref >
        }
 
        fn provided_node_features(&self) -> NodeFeatures {
-               NodeFeatures::known()
+               NodeFeatures::known_channel_features()
        }
 
        fn provided_init_features(&self, _their_init_features: &PublicKey) -> InitFeatures {