Merge pull request #182 from eltociear/patch-1

fix typo in tracers/api.go
This commit is contained in:
Sandeep Sreenath 2021-09-01 15:03:36 +05:30 committed by GitHub
commit 3283fb9a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}