internal/ethapi: fix state override test (#30228)

Looks like #30094 became a bit stale after #30185 was merged and now we
have a stale ref to a state override object causing CI to fail on
master.
pull/30230/head
lightclient 2 months ago committed by GitHub
parent ac0f220040
commit f94baab238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      internal/ethapi/api_test.go

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

Loading…
Cancel
Save