mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 06:23:47 +00:00
fix typo in tracers/api.go
Constuct -> Construct
This commit is contained in:
parent
0a9bd7befd
commit
39cefd6fdf
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
|
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 {
|
if tracer, err = New(*config.Tracer, txctx); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue