developers/evm-tracing/built-in-tracers: fix grammar (#28166)
This commit is contained in:
parent
41ce10d5cd
commit
2faeaba0de
@ -91,7 +91,7 @@ Return:
|
|||||||
|
|
||||||
## Native tracers {#native-tracers}
|
## 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}
|
### 4byteTracer {#4byte-tracer}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user