mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-13 07:23:46 +00:00
Merge branch 'ethereum:master' into portal
This commit is contained in:
commit
3a411815b3
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