From 2b22a9ed3fcd72e51f1d4117b5ba656fbcfe3730 Mon Sep 17 00:00:00 2001 From: ledgerwatch Date: Thu, 1 Apr 2021 12:52:24 +0100 Subject: [PATCH] Update skip_analysis.go (#1649) --- 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 17cd01acf31..661e6d9d010 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 = 12106877 +const MainnetNotCheckedFrom uint64 = 12152556 // SkipAnalysis function tells us whether we can skip performing jumpdest analysis // for the historical blocks (on mainnet now but perhaps on the testsnets