Skip to content

Commit

Permalink
Fix conflict resolution
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
  • Loading branch information
alexggh committed Jan 14, 2025
1 parent ed04af6 commit f0213bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions polkadot/node/subsystem-bench/src/lib/approval/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,8 @@ fn build_overseer(
Box::new(TestSyncOracle {}),
state.approval_voting_metrics.clone(),
Box::new(system_clock.clone()),
1,
Duration::from_secs(1),
);

let approval_distribution = ApprovalDistribution::new_with_clock(
Expand Down

0 comments on commit f0213bc

Please sign in to comment.