mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Update eth/tracers/api_test.go
This commit is contained in:
parent
456836a14f
commit
d271f70fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ func newStateTracer(ctx *Context, cfg json.RawMessage, chainCfg *params.ChainCon
|
||||||
t := &stateTracer{
|
t := &stateTracer{
|
||||||
Balance: make(map[common.Address]*hexutil.Big),
|
Balance: make(map[common.Address]*hexutil.Big),
|
||||||
Nonce: make(map[common.Address]hexutil.Uint64),
|
Nonce: make(map[common.Address]hexutil.Uint64),
|
||||||
Storage: make(map[common.Address]map[common.Hash]common.Hash)
|
Storage: make(map[common.Address]map[common.Hash]common.Hash),
|
||||||
}
|
}
|
||||||
return &Tracer{
|
return &Tracer{
|
||||||
GetResult: func() (json.RawMessage, error) {
|
GetResult: func() (json.RawMessage, error) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue