mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 08:33:45 +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{
|
||||
dad: OverrideAccount{
|
||||
State: &map[common.Hash]common.Hash{},
|
||||
State: map[common.Hash]common.Hash{},
|
||||
},
|
||||
},
|
||||
want: "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
|
|
|
|||
Loading…
Reference in a new issue