diff --git a/polkadot/node/overseer/src/lib.rs b/polkadot/node/overseer/src/lib.rs
index f43dc9c45abc37dbb88b1e2da56a3f9204d0a321..13461a060742b2de8dc6ca505a3490bfc9c0f17a 100644
--- a/polkadot/node/overseer/src/lib.rs
+++ b/polkadot/node/overseer/src/lib.rs
@@ -1538,7 +1538,7 @@ where
 			&mut s,
 			statement_distribution_bounded_tx,
 			stream::select(statement_distribution_bounded_rx, statement_distribution_unbounded_rx),
-			candidate_validation_unbounded_tx.meter().clone(),
+			statement_distribution_unbounded_tx.meter().clone(),
 			channels_out.clone(),
 			to_overseer_tx.clone(),
 			all_subsystems.statement_distribution,