From 1e95560201770da1ac03df549cf9e03f451d2427 Mon Sep 17 00:00:00 2001 From: Adam Gall Date: Sat, 18 Nov 2023 02:39:26 -0500 Subject: [PATCH] Update ns-debug.md (#28535) Fix RPC example method for `debug_verbosity` --- docs/interacting-with-geth/rpc/ns-debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interacting-with-geth/rpc/ns-debug.md b/docs/interacting-with-geth/rpc/ns-debug.md index e45da3aa0d..c809b170bb 100644 --- a/docs/interacting-with-geth/rpc/ns-debug.md +++ b/docs/interacting-with-geth/rpc/ns-debug.md @@ -744,7 +744,7 @@ The verbosity of individual packages and source files can be raised using `debug | Client | Method invocation | | :------ | ------------------------------------------------- | | Console | `debug.verbosity(level)` | -| RPC | `{"method": "debug_vmodule", "params": [number]}` | +| RPC | `{"method": "debug_verbosity", "params": [number]}` | ### debug_vmodule