From 156faa72397527e77beea19aad025426d6a184d1 Mon Sep 17 00:00:00 2001 From: Sina M <1591639+s1na@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:54:45 +0200 Subject: [PATCH] Update docs/developers/evm-tracing/live-tracing.md Co-authored-by: Chris Ziogas --- docs/developers/evm-tracing/live-tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/evm-tracing/live-tracing.md b/docs/developers/evm-tracing/live-tracing.md index 00ac47f6be..5199c3e2f4 100644 --- a/docs/developers/evm-tracing/live-tracing.md +++ b/docs/developers/evm-tracing/live-tracing.md @@ -33,7 +33,7 @@ If the goal is to compute the total Ether supply, a full sync must be performed. ./build/bin/geth --syncmode full --vmtrace supply --vmtrace.jsonconfig '{"path": "output"}' ``` -Geth will start full-syncing and right away the tracer will emit supply changes of each block to files a directory. The path to this directory must be configured via the `--vmtrace.jsonconfig` flag as demonstrated above. +Geth will start full-syncing and right away the tracer will emit supply changes of each block to files inside the given directory. The path to this directory must be configured via the `--vmtrace.jsonconfig` flag as demonstrated above. ### Config