fix typo in tracers/api.go

Constuct -> Construct
This commit is contained in:
Ikko Ashimine 2021-08-31 20:34:00 +09:00 committed by GitHub
parent 0a9bd7befd
commit 39cefd6fdf
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
}