mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
core: fix goerli genesis block
This commit is contained in:
parent
9b22c68fc2
commit
11566d8ef8
2 changed files with 1 additions and 3 deletions
|
|
@ -343,8 +343,6 @@ func DefaultRinkebyGenesisBlock() *Genesis {
|
||||||
func DefaultGoerliGenesisBlock() *Genesis {
|
func DefaultGoerliGenesisBlock() *Genesis {
|
||||||
return &Genesis{
|
return &Genesis{
|
||||||
Config: params.GoerliChainConfig,
|
Config: params.GoerliChainConfig,
|
||||||
Timestamp: 0,
|
|
||||||
ExtraData: hexutil.MustDecode("0x"),
|
|
||||||
GasLimit: 6000000,
|
GasLimit: 6000000,
|
||||||
Difficulty: big.NewInt(131072),
|
Difficulty: big.NewInt(131072),
|
||||||
Alloc: decodePrealloc(goerliAllocData),
|
Alloc: decodePrealloc(goerliAllocData),
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue