From f9e4090966b8350c0ad887e4e91aca355e010e65 Mon Sep 17 00:00:00 2001
From: ledgerwatch <akhounov@gmail.com>
Date: Thu, 9 Sep 2021 10:41:09 +0100
Subject: [PATCH] Update skip_analysis.go (#2651)

---
 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 1b228eab27..ab78a2ce16 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 = 13140400
+const MainnetNotCheckedFrom uint64 = 13190100
 
 // SkipAnalysis function tells us whether we can skip performing jumpdest analysis
 // for the historical blocks (on mainnet now but perhaps on the testsnets
-- 
GitLab