We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0906c68 commit efb4ac6Copy full SHA for efb4ac6
lightning/src/ln/msgs.rs
@@ -907,7 +907,7 @@ pub trait ChannelMessageHandler : MessageSendEventsProvider {
907
/// are queried similarly and their feature flags are OR'd together to form the [`InitFeatures`]
908
/// which are sent in our [`Init`] message.
909
///
910
- /// Note that this method is called before [`peer_connected`].
+ /// Note that this method is called before [`Self::peer_connected`].
911
fn provided_init_features(&self, their_node_id: &PublicKey) -> InitFeatures;
912
}
913
0 commit comments