Skip to content

Commit 5fdeb5a

Browse files
AlexeyAkhunovAlexey Sharp
andauthored
Update skip_analysis (#1602)
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
1 parent bdd04f6 commit 5fdeb5a

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 = 12061316
24+
const MainnetNotCheckedFrom uint64 = 12106877
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)