mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 18:13:48 +00:00
Update ns-debug.md (#28535)
Fix RPC example method for `debug_verbosity`
This commit is contained in:
parent
3bc0015238
commit
1e95560201
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue