@@ -109,18 +109,19 @@ pub struct Params<B: BlockT, H: ExHashT> {
109109 /// protocol name. In addition all of [`RequestResponseConfig`] is used to handle incoming block
110110 /// requests, if enabled.
111111 ///
112- /// Can be constructed either via [`block_request_handler::generate_protocol_config`] allowing
113- /// outgoing but not incoming requests, or constructed via
114- /// [`block_request_handler::BlockRequestHandler::new`] allowing both outgoing and incoming
115- /// requests.
112+ /// Can be constructed either via [`crate:: block_request_handler::generate_protocol_config`]
113+ /// allowing outgoing but not incoming requests, or constructed via
114+ /// [`crate:: block_request_handler::BlockRequestHandler::new`] allowing both outgoing and
115+ /// incoming requests.
116116 pub block_request_protocol_config : RequestResponseConfig ,
117117
118118 /// Request response configuration for the light client request protocol.
119119 ///
120- /// Can be constructed either via [`light_client_requests::generate_protocol_config`] allowing
121- /// outgoing but not incoming requests, or constructed via
122- /// [`light_client_requests::handler::LightClientRequestHandler::new`] allowing both outgoing
123- /// and incoming requests.
120+ /// Can be constructed either via
121+ /// [`crate::light_client_requests::generate_protocol_config`] allowing outgoing but not
122+ /// incoming requests, or constructed via
123+ /// [`crate::light_client_requests::handler::LightClientRequestHandler::new`] allowing
124+ /// both outgoing and incoming requests.
124125 pub light_client_request_protocol_config : RequestResponseConfig ,
125126}
126127
0 commit comments