Bumped fork block for the auto updater (#6754)

This commit is contained in:
Arkadiy Paronyan 2017-10-14 15:05:52 +02:00 committed by GitHub
parent 19535333c9
commit be23afd1cd

View File

@ -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;