We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9acd62 commit 5bcab8fCopy full SHA for 5bcab8f
core/skip_analysis.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
// MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps
24
-const MainnetNotCheckedFrom uint64 = 11834564
+const MainnetNotCheckedFrom uint64 = 11879580
25
26
// SkipAnalysis function tells us whether we can skip performing jumpdest analysis
27
// for the historical blocks (on mainnet now but perhaps on the testsnets
0 commit comments