mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
fix typo
This commit is contained in:
parent
ac74523d1a
commit
24b0700e27
1 changed files with 1 additions and 1 deletions
|
|
@ -25,4 +25,4 @@ Then we can run:
|
|||
|
||||
This will run several write transactions, the hash will be logged to the geth logs.
|
||||
|
||||
To run trace transaction on these txes, run `./build/bin/geth attach http://127.0.0.1:8545`, which will open an admin consile (similar to a node console). Then run `debug.traceTransaction("<tx_hash>", {tracer: "callTracer"})`, or `debug.traceTransaction("<tx_hash>")`
|
||||
To run trace transaction on these txes, run `./build/bin/geth attach http://127.0.0.1:8545`, which will open an admin console (similar to a node console). Then run `debug.traceTransaction("<tx_hash>", {tracer: "callTracer"})`, or `debug.traceTransaction("<tx_hash>")`
|
||||
|
|
|
|||
Loading…
Reference in a new issue