Skip to content

Commit

Permalink
Update ChannelMessageHandler::provided_node_features docs
Browse files Browse the repository at this point in the history
To be uniform with the other handler provided_node_features docs
  • Loading branch information
valentinewallace committed Sep 9, 2022
1 parent 9c3b6d2 commit 5d9dddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/msgs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d9dddd

Please sign in to comment.