From 8fc0781477b0316372b00b6adef9e74d2c872cfa Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 14 May 2024 14:36:40 +0200 Subject: [PATCH] Update chain_makers_test.go --- core/chain_makers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chain_makers_test.go b/core/chain_makers_test.go index 0bf9a10daf..6241f3fb69 100644 --- a/core/chain_makers_test.go +++ b/core/chain_makers_test.go @@ -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,