mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
Merge pull request #182 from eltociear/patch-1
fix typo in tracers/api.go
This commit is contained in:
commit
3283fb9a88
1 changed files with 1 additions and 1 deletions
|
|
@ -802,7 +802,7 @@ func (api *API) traceTx(ctx context.Context, message core.Message, txctx *Contex
|
|||
return nil, err
|
||||
}
|
||||
}
|
||||
// Constuct the JavaScript tracer to execute with
|
||||
// Construct the JavaScript tracer to execute with
|
||||
if tracer, err = New(*config.Tracer, txctx); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue