params: Hardfork block number

This commit is contained in:
Jeffrey Wilcke
2016-11-15 10:08:32 +01:00
parent dc2e34ddf3
commit 7d9c6f611a

View File

@ -32,6 +32,6 @@ var (
TestNetChainID = big.NewInt(2) // Testnet default chain ID
MainNetChainID = big.NewInt(1) // Main net default chain ID
TestNetSpuriousDragon = big.NewInt(3000000)
MainNetSpuriousDragon = big.NewInt(3000000)
TestNetSpuriousDragon = big.NewInt(1885000)
MainNetSpuriousDragon = big.NewInt(2675000)
)