make link to specific commit for rpc.returndata.limit param

This commit is contained in:
a10zn8
2023-08-04 11:13:50 +03:00
parent 363af28bfc
commit 2452070662

View File

@@ -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 }