Update ChannelMessageHandler::provided_node_features docs
authorValentine Wallace <vwallace@protonmail.com>
Fri, 9 Sep 2022 20:01:41 +0000 (16:01 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 9 Sep 2022 20:01:41 +0000 (16:01 -0400)
To be uniform with the other handler provided_node_features docs

lightning/src/ln/msgs.rs

index a43156965cc71dafe22cdb159e16fc672f18bd3c..747107c08221c41b04a5283a91804031d981325f 100644 (file)
@@ -900,7 +900,7 @@ pub trait ChannelMessageHandler : MessageSendEventsProvider {
        // Handler information:
        /// Gets the node feature flags which this handler itself supports. All available handlers are
        /// queried similarly and their feature flags are OR'd together to form the [`NodeFeatures`]
-       /// which are broadcasted in our node_announcement message.
+       /// which are broadcasted in our [`NodeAnnouncement`] message.
        fn provided_node_features(&self) -> NodeFeatures;
 
        /// Gets the init feature flags which should be sent to the given peer. All available handlers