We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3b6d2 commit 5d9ddddCopy full SHA for 5d9dddd
lightning/src/ln/msgs.rs
@@ -900,7 +900,7 @@ pub trait ChannelMessageHandler : MessageSendEventsProvider {
900
// Handler information:
901
/// Gets the node feature flags which this handler itself supports. All available handlers are
902
/// queried similarly and their feature flags are OR'd together to form the [`NodeFeatures`]
903
- /// which are broadcasted in our node_announcement message.
+ /// which are broadcasted in our [`NodeAnnouncement`] message.
904
fn provided_node_features(&self) -> NodeFeatures;
905
906
/// Gets the init feature flags which should be sent to the given peer. All available handlers
0 commit comments