mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
minor:
This commit is contained in:
parent
a99347c785
commit
e273b68321
1 changed files with 1 additions and 1 deletions
|
|
@ -594,7 +594,7 @@ func DeveloperGenesisBlock(gasLimit uint64, faucet *common.Address) *Genesis {
|
||||||
common.BytesToAddress([]byte{8}): {Balance: big.NewInt(1)}, // ECPairing
|
common.BytesToAddress([]byte{8}): {Balance: big.NewInt(1)}, // ECPairing
|
||||||
common.BytesToAddress([]byte{9}): {Balance: big.NewInt(1)}, // BLAKE2b
|
common.BytesToAddress([]byte{9}): {Balance: big.NewInt(1)}, // BLAKE2b
|
||||||
// Pre-deploy EIP-4788 system contract
|
// Pre-deploy EIP-4788 system contract
|
||||||
params.BeaconRootsAddress: {Nonce: 1, Code: params.BeaconRootsCode},
|
params.BeaconRootsAddress: {Nonce: 1, Code: params.BeaconRootsCode, Balance: common.Big0},
|
||||||
// Pre-deploy EIP-2935 history contract.
|
// Pre-deploy EIP-2935 history contract.
|
||||||
params.HistoryStorageAddress: types.Account{Nonce: 1, Code: params.HistoryStorageCode},
|
params.HistoryStorageAddress: types.Account{Nonce: 1, Code: params.HistoryStorageCode},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue