Update skip_analysis.go (#4003)

This commit is contained in:
ledgerwatch 2022-04-27 21:12:42 +01:00 committed by GitHub
parent ad4182ca36
commit 7b24090408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ import (
) )
// MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps // MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps
const MainnetNotCheckedFrom uint64 = 14611100 const MainnetNotCheckedFrom uint64 = 14666700
// SkipAnalysis function tells us whether we can skip performing jumpdest analysis // SkipAnalysis function tells us whether we can skip performing jumpdest analysis
// for the historical blocks (on mainnet now but perhaps on the testsnets // for the historical blocks (on mainnet now but perhaps on the testsnets