From 3f8154e15a5bee3858c9a7a3b3ccd8b55a3e97fa Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Mon, 6 May 2024 11:56:11 +0200 Subject: [PATCH] Update live-tracing.md --- 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 5fd8fa3368..c72411153a 100644 --- a/docs/developers/evm-tracing/live-tracing.md +++ b/docs/developers/evm-tracing/live-tracing.md @@ -292,7 +292,7 @@ Note-worthy explanations: First compile the source by running `make geth`. Then run the following command: ```bash -./build/bin/geth --vmtrace supply --vmtrace.config '{"config": "supply-logs"}' [OTHER_GETH_FLAGS] +./build/bin/geth --vmtrace supply --vmtrace.jsonconfig '{"config": "supply-logs"}' [OTHER_GETH_FLAGS] ``` Soon you will see `supply-logs/supply.jsonl` file being populated with lines such as: