Fixed typo in tracing.md (ina -> a) (#24494)

pull/24498/head
Samuel Laferriere 3 years ago committed by GitHub
parent 9f031488a3
commit 4adf98ae72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/_dapp/tracing.md

@ -190,7 +190,7 @@ Say you want to do a trace on block `B`. Now there are a couple of cases:
Here's what happens in each respective case: Here's what happens in each respective case:
1. Geth will regenerate the desired state by replaying blocks from the closest point ina 1. Geth will regenerate the desired state by replaying blocks from the closest point in
time before `B` where it has full state. This defaults to `128` blocks max, but you can time before `B` where it has full state. This defaults to `128` blocks max, but you can
specify more in the actual call `... "reexec":1000 .. }` to the tracer. specify more in the actual call `... "reexec":1000 .. }` to the tracer.
2. Sorry, can't be done without replaying from genesis. 2. Sorry, can't be done without replaying from genesis.

Loading…
Cancel
Save