diff --git a/polkadot/node/overseer/src/lib.rs b/polkadot/node/overseer/src/lib.rs index f43dc9c45a..13461a0607 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,