diff --git a/docs/interacting-with-geth/rpc/ns-debug.md b/docs/interacting-with-geth/rpc/ns-debug.md index 10dca3483d..a780946309 100644 --- a/docs/interacting-with-geth/rpc/ns-debug.md +++ b/docs/interacting-with-geth/rpc/ns-debug.md @@ -374,8 +374,8 @@ Returns a printed representation of the stacks of all goroutines. Note that the | Client | Method invocation | | :------ | ------------------------------------------ | -| Console | `debug.stacks()` | -| RPC | `{"method": "debug_stacks", "params": []}` | +| Console | `debug.stacks(filter *string)` | +| RPC | `{"method": "debug_stacks", "params": [filter]}` | ### debug_standardTraceBlockToFile