mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -05:00
7311: Remove unused constructor from AbstractPeerBlockValidator (#7782)
Signed-off-by: Matilda Clerke <matilda.clerke@consensys.net>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user