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