miner: explicitly rename testnet to ropsten

This commit is contained in:
q9f 2020-04-01 17:03:22 +02:00
parent 8e70856b7d
commit e0c35d7e97
No known key found for this signature in database
GPG key ID: E79CDFA171DC2DF9

View file

@ -133,7 +133,7 @@ func main() {
// makeGenesis creates a custom Ethash genesis block based on some pre-defined // makeGenesis creates a custom Ethash genesis block based on some pre-defined
// faucet accounts. // faucet accounts.
func makeGenesis(faucets []*ecdsa.PrivateKey) *core.Genesis { func makeGenesis(faucets []*ecdsa.PrivateKey) *core.Genesis {
genesis := core.DefaultTestnetGenesisBlock() genesis := core.DefaultRopstenGenesisBlock()
genesis.Difficulty = params.MinimumDifficulty genesis.Difficulty = params.MinimumDifficulty
genesis.GasLimit = 25000000 genesis.GasLimit = 25000000