Skip to content

Commit

Permalink
Merge branch 'main' into fixCompleteBlocksTaskCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
pinges authored Oct 18, 2024
2 parents 2ab40e3 + 111aadc commit 05ef2e9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ abstract class AbstractPeerBlockValidator implements PeerValidator {
this.chainHeightEstimationBuffer = chainHeightEstimationBuffer;
}

protected AbstractPeerBlockValidator(
final ProtocolSchedule protocolSchedule,
final MetricsSystem metricsSystem,
final long blockNumber) {
this(protocolSchedule, metricsSystem, blockNumber, DEFAULT_CHAIN_HEIGHT_ESTIMATION_BUFFER);
}

@Override
public CompletableFuture<Boolean> validatePeer(
final EthContext ethContext, final EthPeer ethPeer) {
Expand Down

0 comments on commit 05ef2e9

Please sign in to comment.