From 86383da30cb8601d367763be49d96af4297b685b Mon Sep 17 00:00:00 2001 From: KirillPamPam Date: Mon, 8 Jan 2024 14:40:48 +0400 Subject: [PATCH] Cronos non-retry error (#380) --- .../upstream/ethereum/EthereumLowerBoundBlockDetector.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundBlockDetector.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundBlockDetector.kt index 5d5ecc38..1622dfc2 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundBlockDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundBlockDetector.kt @@ -32,6 +32,7 @@ class EthereumLowerBoundBlockDetector( "unknown block", "header for hash not found", "after last accepted block", + "Version has either been pruned, or is for a future block", // cronos ) }