diff --git a/substrate/client/network/src/protocol/notifications/behaviour.rs b/substrate/client/network/src/protocol/notifications/behaviour.rs index 8f1324dfa8c066eaf9028cd5bfe3534c499567d6..c5714ae1a0030f848450b0c11ab846b8b3c52233 100644 --- a/substrate/client/network/src/protocol/notifications/behaviour.rs +++ b/substrate/client/network/src/protocol/notifications/behaviour.rs @@ -1235,8 +1235,9 @@ impl NetworkBehaviour for Notifications { // If no connection is `OpenDesiredByRemote` anymore, clean up the // peerset incoming request. if no_desired_left { - // In the incoming state, we don't report "Dropped". Instead we will - // just ignore the corresponding Accept/Reject. + // In the incoming state, we don't report "Dropped" straight away. + // Instead we will report "Dropped" if receive the corresponding + // "Accept". if let Some(state) = self .incoming .iter_mut()