From 4adf98ae723b6d7c0c78be402caef21af0584775 Mon Sep 17 00:00:00 2001 From: Samuel Laferriere Date: Wed, 2 Mar 2022 10:11:06 -0500 Subject: [PATCH] Fixed typo in tracing.md (ina -> a) (#24494) --- docs/_dapp/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_dapp/tracing.md b/docs/_dapp/tracing.md index b9f723e301..f2c08d39c4 100644 --- a/docs/_dapp/tracing.md +++ b/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: -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 specify more in the actual call `... "reexec":1000 .. }` to the tracer. 2. Sorry, can't be done without replaying from genesis.