We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cef50 commit 3ac1658Copy full SHA for 3ac1658
1 file changed
src/lib.rs
@@ -1935,7 +1935,7 @@ impl Node {
1935
}
1936
1937
/// Returns the node's invariant features used in node announcement.
1938
- pub fn node_features(&self) -> NodeFeatures {
+ pub fn features(&self) -> NodeFeatures {
1939
let gossip_features = match self.gossip_source.as_gossip_sync() {
1940
lightning_background_processor::GossipSync::P2P(p2p_gossip_sync) => {
1941
p2p_gossip_sync.provided_node_features()
0 commit comments