From 142e39742325e5e1a2e664042185dc44fb4ac1e5 Mon Sep 17 00:00:00 2001 From: Igor Mandrigin Date: Thu, 17 Dec 2020 10:16:24 +0100 Subject: [PATCH] update skip_analysis --- core/skip_analysis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/skip_analysis.go b/core/skip_analysis.go index ad233eaa132..87f03d85a43 100644 --- a/core/skip_analysis.go +++ b/core/skip_analysis.go @@ -21,7 +21,7 @@ import ( ) // MainnetNotCheckedFrom is the first block number not yet checked for invalid jumps -const MainnetNotCheckedFrom uint64 = 11419374 +const MainnetNotCheckedFrom uint64 = 11469392 // SkipAnalysis function tells us whether we can skip performing jumpdest analysis // for the historical blocks (on mainnet now but perhaps on the testsnets