mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +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{
|
||||
Balance: make(map[common.Address]*hexutil.Big),
|
||||
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{
|
||||
GetResult: func() (json.RawMessage, error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue