From 620d1a569751548a06ebbed54977187d19d95d5f Mon Sep 17 00:00:00 2001 From: Marius Guggenmos Date: Thu, 11 Jan 2024 10:39:07 +0100 Subject: [PATCH] website: fix `debug.stopGoTrace()` param docs --- 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 75a6328eb6..57bba549c2 100644 --- a/docs/interacting-with-geth/rpc/ns-debug.md +++ b/docs/interacting-with-geth/rpc/ns-debug.md @@ -455,8 +455,8 @@ Stops writing the Go runtime trace. | Client | Method invocation | | :------ | ----------------------------------------------- | -| Console | `debug.stopGoTrace(file)` | -| RPC | `{"method": "debug_stopGoTrace", "params": [string]}` | +| Console | `debug.stopGoTrace()` | +| RPC | `{"method": "debug_stopGoTrace", "params": []}` | ### debug_storageRangeAt