From 5fa1095dc55626e1b53cbf41aba40c93cfbdf2f9 Mon Sep 17 00:00:00 2001 From: Hyunchel Kim Date: Mon, 9 Oct 2023 07:22:25 -0400 Subject: [PATCH] docs: fix typo on debug_stopGoTrace example Fixes issue #28288 --- docs/interacting-with-geth/rpc/ns-debug.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/interacting-with-geth/rpc/ns-debug.md b/docs/interacting-with-geth/rpc/ns-debug.md index a780946309..2db8ddcb39 100644 --- a/docs/interacting-with-geth/rpc/ns-debug.md +++ b/docs/interacting-with-geth/rpc/ns-debug.md @@ -465,8 +465,8 @@ Stops writing the Go runtime trace. | Client | Method invocation | | :------ | ----------------------------------------------- | -| Console | `debug.startGoTrace(file)` | -| RPC | `{"method": "debug_stopGoTrace", "params": []}` | +| Console | `debug.stopGoTrace(file)` | +| RPC | `{"method": "debug_stopGoTrace", "params": [string]}` | ### debug_storageRangeAt