From 1400be4eb859044cc91db7be9b72d988993493a7 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 14 May 2024 14:35:53 +0200 Subject: [PATCH] Update chain_makers_test.go --- core/chain_makers_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/chain_makers_test.go b/core/chain_makers_test.go index bfd8a145fe..0bf9a10daf 100644 --- a/core/chain_makers_test.go +++ b/core/chain_makers_test.go @@ -43,12 +43,11 @@ func TestGeneratePOSChain(t *testing.T) { bb = common.Address{0xbb} funds = big.NewInt(0).Mul(big.NewInt(1337), big.NewInt(params.Ether)) config = *params.AllEthashProtocolChanges - asm4788 = params.BeaconRootsCode gspec = &Genesis{ Config: &config, Alloc: types.GenesisAlloc{ address: {Balance: funds}, - params.BeaconRootsAddress: {Balance: common.Big0, Code: asm4788}, + params.BeaconRootsAddress: {Balance: common.Big0, Code: params.BeaconRootsCode}, }, BaseFee: big.NewInt(params.InitialBaseFee), Difficulty: common.Big1,