Cronos non-retry error (#380)

This commit is contained in:
KirillPamPam
2024-01-08 14:40:48 +04:00
committed by GitHub
parent 5546f389e5
commit 86383da30c

View File

@@ -32,6 +32,7 @@ class EthereumLowerBoundBlockDetector(
"unknown block", "unknown block",
"header for hash not found", "header for hash not found",
"after last accepted block", "after last accepted block",
"Version has either been pruned, or is for a future block", // cronos
) )
} }