diff --git a/node/network/bridge/src/network.rs b/node/network/bridge/src/network.rs index 3822ce6bf696..401879b8f66b 100644 --- a/node/network/bridge/src/network.rs +++ b/node/network/bridge/src/network.rs @@ -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( net: &mut impl Network, peers: I,