new error for receipts lower bound (#738)

This commit is contained in:
a10zn8
2025-10-31 16:21:04 +03:00
committed by GitHub
parent b4acc08f51
commit adebfacf45

View File

@@ -27,6 +27,7 @@ class EthereumLowerBoundReceiptsDetector(
"old data not available due to pruning",
"Unexpected error", // hyperliquid
"invalid block height", // hyperliquid
"header not found",
).plus(EthereumLowerBoundBlockDetector.NO_BLOCK_ERRORS)
}