Skip to content

Commit 7bf95c7

Browse files
Update skip_analysis.go (#1842)
1 parent 16c4531 commit 7bf95c7

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 = 12289329
24+
const MainnetNotCheckedFrom uint64 = 12335400
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)