Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skunert committed Nov 25, 2022
1 parent bbbee43 commit 5e24245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/network/protocol/src/request_response/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ pub const DISPUTE_REQUEST_TIMEOUT: Duration = Duration::from_secs(12);
impl Protocol {
/// Get a configuration for a given Request response protocol.
///
/// Returns only a `ProtocolConfig` for this protocol.
/// Returns a `ProtocolConfig` for this protocol.
/// Use this if you plan only to send requests for this protocol.
pub fn get_outbound_only_config(
self,
req_protocol_names: &ReqProtocolNames,
Expand Down

0 comments on commit 5e24245

Please sign in to comment.