mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Update chain_makers_test.go
This commit is contained in:
parent
1400be4eb8
commit
8fc0781477
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ func TestGeneratePOSChain(t *testing.T) {
|
|||
Config: &config,
|
||||
Alloc: types.GenesisAlloc{
|
||||
address: {Balance: funds},
|
||||
params.BeaconRootsAddress: {Balance: common.Big0, Code: params.BeaconRootsCode},
|
||||
params.BeaconRootsAddress: {Code: params.BeaconRootsCode},
|
||||
},
|
||||
BaseFee: big.NewInt(params.InitialBaseFee),
|
||||
Difficulty: common.Big1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue