Skip to content

Commit 95ab850

Browse files
Update skip_analysis.go (#2315)
1 parent 7c60cc0 commit 95ab850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/skip_analysis.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
// MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps
24-
const MainnetNotCheckedFrom uint64 = 12761700
24+
const MainnetNotCheckedFrom uint64 = 12785500
2525

2626
// SkipAnalysis function tells us whether we can skip performing jumpdest analysis
2727
// for the historical blocks (on mainnet now but perhaps on the testsnets

0 commit comments

Comments
 (0)