mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 00:53:47 +00:00
developers/evm-tracing/built-in-tracers: fix grammar (#28166)
This commit is contained in:
parent
41ce10d5cd
commit
2faeaba0de
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ Return:
|
|||
|
||||
## Native tracers {#native-tracers}
|
||||
|
||||
The following tracers are implement in Go. This means they are much more performant than other tracers that are written in Javascript. The tracers are selected by passing their name to the `tracer` parameter when invoking a tracing API method, e.g. `debug.traceTransaction(<txhash>, { tracer: 'callTracer' })`.
|
||||
The following tracers are implemented in Go. This means they are much more performant than other tracers that are written in Javascript. The tracers are selected by passing their name to the `tracer` parameter when invoking a tracing API method, e.g. `debug.traceTransaction(<txhash>, { tracer: 'callTracer' })`.
|
||||
|
||||
### 4byteTracer {#4byte-tracer}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue