From 17c8f077aaba4c2e5064ed6dd13a35b1dd85f742 Mon Sep 17 00:00:00 2001 From: Darioush Jalali Date: Wed, 27 Nov 2024 09:45:38 -0800 Subject: [PATCH] nit --- core/state_processor_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/state_processor_test.go b/core/state_processor_test.go index 07a916734e..cc05576f25 100644 --- a/core/state_processor_test.go +++ b/core/state_processor_test.go @@ -278,7 +278,7 @@ func TestStateProcessorErrors(t *testing.T) { }, ), Alloc: types.GenesisAlloc{ - common.HexToAddress("0x71562b71999873DB5b286dF957af199Ec94617F7"): { + common.HexToAddress("0x71562b71999873DB5b286dF957af199Ec94617F7"): types.Account{ Balance: big.NewInt(1000000000000000000), // 1 ether Nonce: 0, }, @@ -317,7 +317,7 @@ func TestStateProcessorErrors(t *testing.T) { gspec = &Genesis{ Config: config, Alloc: types.GenesisAlloc{ - common.HexToAddress("0x71562b71999873DB5b286dF957af199Ec94617F7"): { + common.HexToAddress("0x71562b71999873DB5b286dF957af199Ec94617F7"): types.Account{ Balance: big.NewInt(1000000000000000000), // 1 ether Nonce: 0, Code: common.FromHex("0xB0B0FACE"),