Remove unused import and code (#1224)

* Remove unused import and code
This commit is contained in:
Quentin Le Sceller
2018-07-06 13:40:43 -04:00
committed by GitHub
parent b5fe22dbd5
commit dd90aaedbc
3 changed files with 5 additions and 15 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ pub const TESTING_INITIAL_DIFFICULTY: u64 = 1;
/// Testnet 2 initial block difficulty, high to see how it goes
pub const TESTNET2_INITIAL_DIFFICULTY: u64 = 1000;
/// Testnet 2 initial block difficulty, moderatly hight, taking into account
/// Testnet 2 initial block difficulty, moderately hight, taking into account
/// a 30x Cuckoo adjustment factor
pub const TESTNET3_INITIAL_DIFFICULTY: u64 = 15000;
@@ -75,7 +75,7 @@ pub enum ChainTypes {
Testnet1,
/// Second test network
Testnet2,
/// Thirs test network
/// Third test network
Testnet3,
/// Main production network
Mainnet,