Skip to content

Commit

Permalink
Update skip_analysis.go (erigontech#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAkhunov authored Nov 4, 2021
1 parent 4dbf025 commit c0fffb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/skip_analysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

// MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps
const MainnetNotCheckedFrom uint64 = 13499800
const MainnetNotCheckedFrom uint64 = 13549000

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

0 comments on commit c0fffb6

Please sign in to comment.