mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
use correct unbounded meter for statement distribution (#3245)
This commit is contained in:
committed by
GitHub
parent
0ca6ee45b5
commit
659a04cad6
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user