mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Merge branch 'rebase-1.5.9' of https://github.com/expanse-org/go-expanse into rebase-1.5.9
This commit is contained in:
commit
37d12a743b
1 changed files with 2 additions and 1 deletions
|
|
@ -258,10 +258,11 @@ func GenesisBlockForTesting(db ethdb.Database, addr common.Address, balance *big
|
|||
func DefaultGenesisBlock() *Genesis {
|
||||
return &Genesis{
|
||||
Config: params.MainnetChainConfig,
|
||||
Nonce: 2397694292061277985,
|
||||
Nonce: 0x214652414e4b4f21,
|
||||
ExtraData: hexutil.MustDecode("0x4672616e6b6f497346726565646f6d"),
|
||||
GasLimit: 5000,
|
||||
Difficulty: big.NewInt(1073741824),
|
||||
Coinbase: common.HexToAddress("0x93decab0cd745598860f782ac1e8f046cb99e898"),
|
||||
Alloc: decodePrealloc(mainnetAllocData),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue