mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
internal/ethapi: fix state override test
This commit is contained in:
parent
ac0f220040
commit
a740ede2ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue