From be23afd1cdec2a1e3cef9c9d14209fcaea9739e7 Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Sat, 14 Oct 2017 15:05:52 +0200 Subject: [PATCH] Bumped fork block for the auto updater (#6754) --- ethcore/src/ethereum/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethcore/src/ethereum/mod.rs b/ethcore/src/ethereum/mod.rs index bdb8ab6ca..54745eb71 100644 --- a/ethcore/src/ethereum/mod.rs +++ b/ethcore/src/ethereum/mod.rs @@ -31,7 +31,7 @@ use std::path::Path; use super::spec::*; /// Most recent fork block that we support on Mainnet. -pub const FORK_SUPPORTED_FOUNDATION: u64 = 2675000; +pub const FORK_SUPPORTED_FOUNDATION: u64 = 4370000; /// Most recent fork block that we support on Ropsten. pub const FORK_SUPPORTED_ROPSTEN: u64 = 10;