add not retryable error to lower bound proof detector (#662)

This commit is contained in:
Andrey Bronin
2025-05-09 12:22:30 +03:00
committed by GitHub
parent 17c3b43620
commit 455bfdb8dd

View File

@@ -25,6 +25,7 @@ class EthereumLowerBoundProofDetector(
"block not found", "block not found",
"proofs are available only for the 'latest' block", "proofs are available only for the 'latest' block",
"missing trie node", "missing trie node",
"cannot find EVM IAVL store",
) )
} }