good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 9d550e37 authored by ledgerwatch's avatar ledgerwatch Committed by GitHub
Browse files

Update skip_analysis.go (#4291)

parent 974e01bc
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,10 @@ import (
)
// MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps
const MainnetNotCheckedFrom uint64 = 14_780_000
const MainnetNotCheckedFrom uint64 = 14_859_200
// MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps
const BSCNotCheckedFrom uint64 = 13_986_464
const BSCNotCheckedFrom uint64 = 14_323_612
// SkipAnalysis function tells us whether we can skip performing jumpdest analysis
// for the historical blocks (on mainnet now but perhaps on the testsnets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment