mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Wrong genesis block difficulty
This commit is contained in:
parent
08d54357f5
commit
f14c555f22
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ func DefaultEllaismGenesisBlock() *Genesis {
|
|||
Nonce: 64,
|
||||
ExtraData: hexutil.MustDecode("0x0000000000000000000000000000000000000000000000000000000000000000"),
|
||||
GasLimit: 5000,
|
||||
Difficulty: big.NewInt(17179869184),
|
||||
Difficulty: big.NewInt(1073741824),
|
||||
Alloc: decodePrealloc(ellaismAllocData),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue