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 a7b85c1c..1ae87a5e 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumLowerBoundStateDetector.kt @@ -55,6 +55,7 @@ class EthereumLowerBoundStateDetector( "State not found for block", // rootstock "state does not maintain archive data", // fantom "Access to archival, debug, or trace data is not included in your current plan", // chainstack + "empty reader set", // strange bsc geth error ) }