mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
miner: explicitly rename testnet to ropsten
This commit is contained in:
parent
8e70856b7d
commit
e0c35d7e97
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ func main() {
|
|||
// makeGenesis creates a custom Ethash genesis block based on some pre-defined
|
||||
// faucet accounts.
|
||||
func makeGenesis(faucets []*ecdsa.PrivateKey) *core.Genesis {
|
||||
genesis := core.DefaultTestnetGenesisBlock()
|
||||
genesis := core.DefaultRopstenGenesisBlock()
|
||||
genesis.Difficulty = params.MinimumDifficulty
|
||||
genesis.GasLimit = 25000000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue