internal/ethapi: fix state override test

This commit is contained in:
lightclient 2024-07-25 14:26:36 -06:00
parent ac0f220040
commit a740ede2ff
No known key found for this signature in database
GPG key ID: 75C916AFEE20183E

View file

@ -979,7 +979,7 @@ func TestCall(t *testing.T) {
}, },
overrides: StateOverride{ overrides: StateOverride{
dad: OverrideAccount{ dad: OverrideAccount{
State: &map[common.Hash]common.Hash{}, State: map[common.Hash]common.Hash{},
}, },
}, },
want: "0x0000000000000000000000000000000000000000000000000000000000000000", want: "0x0000000000000000000000000000000000000000000000000000000000000000",