use correct unbounded meter for statement distribution (#3245)

This commit is contained in:
Robert Habermeier
2021-06-14 17:42:04 +02:00
committed by GitHub
parent 0ca6ee45b5
commit 659a04cad6
+1 -1
View File
@@ -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,