fix formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user