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"), ), ), )