mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Update ChannelMessageHandler::provided_node_features docs
To be uniform with the other handler provided_node_features docs
This commit is contained in:
parent
9c3b6d2edd
commit
5d9dddd1f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue