From 3ea6e1779a8973c4768724f5e39b4c45e6b9e943 Mon Sep 17 00:00:00 2001
From: ledgerwatch <akhounov@gmail.com>
Date: Thu, 24 Jun 2021 09:51:34 +0100
Subject: [PATCH] Update skip_analysis.go

---
 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 4bc8b18c28..edd9dc596b 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 = 12650900
+const MainnetNotCheckedFrom uint64 = 12695600
 
 // SkipAnalysis function tells us whether we can skip performing jumpdest analysis
 // for the historical blocks (on mainnet now but perhaps on the testsnets
-- 
GitLab