mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 03:56:36 +00:00
docs: typo fix on tracer tutorial
This commit is contained in:
parent
b7932fa934
commit
a4376b3bd3
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ and [template literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/
|
||||||
loadScript("filterTrace_1.js")
|
loadScript("filterTrace_1.js")
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Run the trancer from the script. Be patient, it could take a long time.
|
5. Run the tracer from the script. Be patient, it could take a long time.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
tracer("<hash of transaction>")
|
tracer("<hash of transaction>")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue