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 28feabc commit 9238ed6Copy full SHA for 9238ed6
lightning/src/ln/msgs.rs
@@ -962,7 +962,7 @@ pub trait RoutingMessageHandler : MessageSendEventsProvider {
962
/// are queried similarly and their feature flags are OR'd together to form the [`InitFeatures`]
963
/// which are sent in our [`Init`] message.
964
///
965
- /// Note that this method is called before [`peer_connected`].
+ /// Note that this method is called before [`Self::peer_connected`].
966
fn provided_init_features(&self, their_node_id: &PublicKey) -> InitFeatures;
967
}
968
0 commit comments