New state error (#775)

This commit is contained in:
KirillPamPam
2026-01-16 16:55:54 +04:00
committed by GitHub
parent 236f560f2a
commit d61eda2a6b

View File

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