diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/DefaultEthereumHead.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/DefaultEthereumHead.kt index c2a41119..b47b064e 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/DefaultEthereumHead.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/DefaultEthereumHead.kt @@ -32,7 +32,7 @@ open class DefaultEthereumHead( private val upstreamId: String, forkChoice: ForkChoice, blockValidator: BlockValidator -) : Head, AbstractHead(forkChoice, blockValidator,60_000, upstreamId) { +) : Head, AbstractHead(forkChoice, blockValidator, 60_000, upstreamId) { companion object { private val log = LoggerFactory.getLogger(DefaultEthereumHead::class.java)