diff --git a/internal/ethapi/api_test.go b/internal/ethapi/api_test.go index f2dd93e4ac..ac5940043d 100644 --- a/internal/ethapi/api_test.go +++ b/internal/ethapi/api_test.go @@ -799,7 +799,7 @@ func TestCall(t *testing.T) { Balance: big.NewInt(params.Ether), Nonce: 1, Storage: map[common.Hash]common.Hash{ - common.Hash{}: common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000001"), + {}: common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000001"), }, }, },