Skip to content

Commit efb4ac6

Browse files
committed
f proper linking
1 parent 0906c68 commit efb4ac6

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
@@ -907,7 +907,7 @@ pub trait ChannelMessageHandler : MessageSendEventsProvider {
907907
/// are queried similarly and their feature flags are OR'd together to form the [`InitFeatures`]
908908
/// which are sent in our [`Init`] message.
909909
///
910-
/// Note that this method is called before [`peer_connected`].
910+
/// Note that this method is called before [`Self::peer_connected`].
911911
fn provided_init_features(&self, their_node_id: &PublicKey) -> InitFeatures;
912912
}
913913

0 commit comments

Comments
 (0)