core: fix goerli genesis block

This commit is contained in:
EOS Classic 2018-09-14 11:25:09 +09:00
parent 9b22c68fc2
commit 11566d8ef8
No known key found for this signature in database
GPG key ID: 0D626A44301D8C5E
2 changed files with 1 additions and 3 deletions

View file

@ -343,8 +343,6 @@ func DefaultRinkebyGenesisBlock() *Genesis {
func DefaultGoerliGenesisBlock() *Genesis {
return &Genesis{
Config: params.GoerliChainConfig,
Timestamp: 0,
ExtraData: hexutil.MustDecode("0x"),
GasLimit: 6000000,
Difficulty: big.NewInt(131072),
Alloc: decodePrealloc(goerliAllocData),

File diff suppressed because one or more lines are too long