review comment

This commit is contained in:
Sina Mahmoodi 2024-07-08 16:59:53 +02:00
parent e273b68321
commit 6fbfc05b20

View file

@ -596,7 +596,7 @@ func DeveloperGenesisBlock(gasLimit uint64, faucet *common.Address) *Genesis {
// Pre-deploy EIP-4788 system contract // Pre-deploy EIP-4788 system contract
params.BeaconRootsAddress: {Nonce: 1, Code: params.BeaconRootsCode, Balance: common.Big0}, 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: {Nonce: 1, Code: params.HistoryStorageCode},
}, },
} }
if faucet != nil { if faucet != nil {