mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
default genesis creation
This commit is contained in:
parent
48396cb196
commit
08fcb27ed5
1 changed files with 3 additions and 3 deletions
|
|
@ -258,10 +258,10 @@ func GenesisBlockForTesting(db ethdb.Database, addr common.Address, balance *big
|
|||
func DefaultGenesisBlock() *Genesis {
|
||||
return &Genesis{
|
||||
Config: params.MainnetChainConfig,
|
||||
Nonce: 66,
|
||||
ExtraData: hexutil.MustDecode("0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa"),
|
||||
Nonce: 2397694292061277985,
|
||||
ExtraData: hexutil.MustDecode("0x4672616e6b6f497346726565646f6d"),
|
||||
GasLimit: 5000,
|
||||
Difficulty: big.NewInt(17179869184),
|
||||
Difficulty: big.NewInt(1073741824),
|
||||
Alloc: decodePrealloc(mainnetAllocData),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue