mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
dont code at night
This commit is contained in:
parent
08fcb27ed5
commit
1d42a68577
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 {
|
func DefaultGenesisBlock() *Genesis {
|
||||||
return &Genesis{
|
return &Genesis{
|
||||||
Config: params.MainnetChainConfig,
|
Config: params.MainnetChainConfig,
|
||||||
Nonce: 2397694292061277985,
|
Nonce: 0x214652414e4b4f21,
|
||||||
ExtraData: hexutil.MustDecode("0x4672616e6b6f497346726565646f6d"),
|
ExtraData: hexutil.MustDecode("0x4672616e6b6f497346726565646f6d"),
|
||||||
GasLimit: 5000,
|
GasLimit: 5000,
|
||||||
Difficulty: big.NewInt(1073741824),
|
Difficulty: big.NewInt(1073741824),
|
||||||
|
Coinbase: common.HexToAddress("0x93decab0cd745598860f782ac1e8f046cb99e898"),
|
||||||
Alloc: decodePrealloc(mainnetAllocData),
|
Alloc: decodePrealloc(mainnetAllocData),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue