From d61eda2a6b81095bad8aae5b7bbcf0de3820f21a Mon Sep 17 00:00:00 2001 From: KirillPamPam Date: Fri, 16 Jan 2026 16:55:54 +0400 Subject: [PATCH] New state error (#775) --- .../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 c0d669fe..15659015 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt @@ -26,6 +26,7 @@ class EthereumLowerBoundStateDetector( Regex("block #\\d not found"), Regex("state at block #\\d is pruned"), Regex("historical state .+ is not available"), + Regex("state .+ is not available"), ), ), )