Unverified Commit b098d425 authored by asynchronous rob's avatar asynchronous rob Committed by GitHub
Browse files

use correct unbounded meter for statement distribution (#3245)

parent abf779de
Pipeline #142240 passed with stages
in 33 minutes and 27 seconds
......@@ -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,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment