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"),