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

Commit

Permalink
Be more less vague in docs of send_message.
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimor committed Jan 14, 2021
1 parent c9a2bed commit 231c48a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node/network/bridge/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ use polkadot_subsystem::{SubsystemError, SubsystemResult};
///
/// This function is only used internally by the network-bridge, which is responsible to only send
/// messages that are compatible with the passed peer set, as that is currently not enforced by
/// this function. For the time being this will be a `WireMessage` parameterized with the right
/// type.
/// this function. This is a `WireMessage` parameterized with the right type.
pub(crate) async fn send_message<M, I>(
net: &mut impl Network,
peers: I,
Expand Down

0 comments on commit 231c48a

Please sign in to comment.