Skip to content

Commit 4e4d203

Browse files
committed
update skip_analysis
1 parent f3a9eb3 commit 4e4d203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/skip_analysis.go

Lines changed: 1 addition & 1 deletion
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 = 12380400
24+
const MainnetNotCheckedFrom uint64 = 12425800
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)