good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 39cefd6f authored by Ikko Ashimine's avatar Ikko Ashimine Committed by GitHub
Browse files

fix typo in tracers/api.go

Constuct -> Construct
parent 0a9bd7be
Loading
...@@ -802,7 +802,7 @@ func (api *API) traceTx(ctx context.Context, message core.Message, txctx *Contex ...@@ -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
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment