core: implemented new ropsten testnet

This commit is contained in:
Jeffrey Wilcke
2016-11-23 09:34:01 +01:00
parent aad4890082
commit a8ca75738a
8 changed files with 42 additions and 66 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ func TestnetChainConfig() *ChainConfig {
// TestnetGenesis returns the JSON spec to use for the Ethereum test network.
func TestnetGenesis() string {
return core.TestNetGenesisBlock()
return core.DefaultTestnetGenesisBlock()
}
// ChainConfig is the core config which determines the blockchain settings.