Skip to content

Commit

Permalink
fix comp
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Feb 14, 2025
1 parent 6afb41c commit 5aea164
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ class AttestationManagerIntegrationTest {

private final AggregatingAttestationPool attestationPool =
new AggregatingAttestationPool(
spec, recentChainData, new NoOpMetricsSystem(), DEFAULT_MAXIMUM_ATTESTATION_COUNT);
spec, recentChainData, new NoOpMetricsSystem(), DEFAULT_MAXIMUM_ATTESTATION_COUNT,null,
null);
private final MergeTransitionBlockValidator transitionBlockValidator =
new MergeTransitionBlockValidator(spec, recentChainData);
private final ForkChoice forkChoice =
Expand Down

0 comments on commit 5aea164

Please sign in to comment.