From 7b3daa62cfbd2174999059113aa3d006325466e5 Mon Sep 17 00:00:00 2001 From: KirillPamPam Date: Thu, 3 Oct 2024 16:30:13 +0400 Subject: [PATCH] Another one state error (#567) --- .../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 90bd949ab..c5c6121b4 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 ) }