From bc454b7b92a88d347b4dd043baad8402412de6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB?= Date: Tue, 10 Sep 2024 18:02:25 +0400 Subject: [PATCH] Another one state error --- .../upstream/ethereum/EthereumLowerBoundStateDetector.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt index 3b785b956..9853abdc9 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt @@ -46,6 +46,7 @@ class EthereumLowerBoundStateDetector( "state is not available", // bsc also can return this error along with "header not found" "Block with such an ID is pruned", // zksync "state at block", // berachain, eth + "unsupported block number", // arb ) }