Skip to content

Commit 5d9dddd

Browse files
Update ChannelMessageHandler::provided_node_features docs
To be uniform with the other handler provided_node_features docs
1 parent 9c3b6d2 commit 5d9dddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/msgs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ pub trait ChannelMessageHandler : MessageSendEventsProvider {
900900
// Handler information:
901901
/// Gets the node feature flags which this handler itself supports. All available handlers are
902902
/// queried similarly and their feature flags are OR'd together to form the [`NodeFeatures`]
903-
/// which are broadcasted in our node_announcement message.
903+
/// which are broadcasted in our [`NodeAnnouncement`] message.
904904
fn provided_node_features(&self) -> NodeFeatures;
905905

906906
/// Gets the init feature flags which should be sent to the given peer. All available handlers

0 commit comments

Comments
 (0)