Upstream enhancement improvement: (#147)
- now we don't enrich PoS blocks - now is default
This commit is contained in:
@@ -46,7 +46,7 @@ open class EthereumPosRpcUpstream(
|
||||
) : EthereumPosUpstream(id, hash, options, role, targets, node, chainConfig), Lifecycle, Upstream, CachesEnabled {
|
||||
private val log = LoggerFactory.getLogger(EthereumPosRpcUpstream::class.java)
|
||||
private val validator: EthereumUpstreamValidator = EthereumUpstreamValidator(this, getOptions())
|
||||
private val connector: EthereumConnector = connectorFactory.create(this, validator, chain, false)
|
||||
private val connector: EthereumConnector = connectorFactory.create(this, validator, chain, true)
|
||||
|
||||
private var validatorSubscription: Disposable? = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user