From 231c48a9d2d3ee08d3d36efce2b2a320313bb792 Mon Sep 17 00:00:00 2001 From: Robert Klotzner Date: Thu, 14 Jan 2021 09:55:01 +0100 Subject: [PATCH] Be more less vague in docs of send_message. --- node/network/bridge/src/network.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,