Skip to content

Commit 9238ed6

Browse files
committed
f proper linking
1 parent 28feabc commit 9238ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/msgs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ pub trait RoutingMessageHandler : MessageSendEventsProvider {
962962
/// are queried similarly and their feature flags are OR'd together to form the [`InitFeatures`]
963963
/// which are sent in our [`Init`] message.
964964
///
965-
/// Note that this method is called before [`peer_connected`].
965+
/// Note that this method is called before [`Self::peer_connected`].
966966
fn provided_init_features(&self, their_node_id: &PublicKey) -> InitFeatures;
967967
}
968968

0 commit comments

Comments
 (0)