From 2452070662f9773c40749d315e997dc77357715f Mon Sep 17 00:00:00 2001 From: a10zn8 Date: Fri, 4 Aug 2023 11:13:50 +0300 Subject: [PATCH] make link to specific commit for rpc.returndata.limit param --- .../dshackle/upstream/ethereum/EthereumUpstreamValidator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumUpstreamValidator.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumUpstreamValidator.kt index 1dc509b4..d5042c16 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumUpstreamValidator.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumUpstreamValidator.kt @@ -198,7 +198,7 @@ open class EthereumUpstreamValidator @JvmOverloads constructor( log.warn( "Error: ${it.message}. Node ${upstream.getId()} is probably incorrectly configured. " + "You need to set up your return limit to at least 200000. " + - "Erigon config example: https://github.com/ledgerwatch/erigon/blob/devel/cmd/utils/flags.go#L364. " + "Erigon config example: https://github.com/ledgerwatch/erigon/blob/d014da4dc039ea97caf04ed29feb2af92b7b129d/cmd/utils/flags.go#L369 " ) } .map { true }