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