From 65c9a0393f1cc3b04c822cb2a2582d8a3a44e7b4 Mon Sep 17 00:00:00 2001 From: Hyunchel Kim Date: Mon, 9 Oct 2023 07:19:32 -0400 Subject: [PATCH] docs: fix params for debug_stacks Fixes issue #28282 --- 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 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