Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Add info on forks. (#4733)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork authored Mar 3, 2017
1 parent 810c71d commit 3a0c4b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ethcore/src/ethereum/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ pub const FORK_SUPPORTED_FRONTIER: u64 = 2675000;
/// Most recent fork block that we support on Ropsten.
pub const FORK_SUPPORTED_ROPSTEN: u64 = 10;

/// Most recent fork block that we support on Kovan.
pub const FORK_SUPPORTED_KOVAN: u64 = 0;

fn load(b: &[u8]) -> Spec {
Spec::load(b).expect("chain spec is invalid")
}
Expand Down

0 comments on commit 3a0c4b6

Please sign in to comment.