website: fix `debug.stopGoTrace()` param docs (#28790)

pull/28802/head
Marius G 11 months ago committed by GitHub
parent 7d1c6c985e
commit 145659e74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/interacting-with-geth/rpc/ns-debug.md

@ -455,8 +455,8 @@ Stops writing the Go runtime trace.
| Client | Method invocation | | Client | Method invocation |
| :------ | ----------------------------------------------- | | :------ | ----------------------------------------------- |
| Console | `debug.stopGoTrace(file)` | | Console | `debug.stopGoTrace()` |
| RPC | `{"method": "debug_stopGoTrace", "params": [string]}` | | RPC | `{"method": "debug_stopGoTrace", "params": []}` |
### debug_storageRangeAt ### debug_storageRangeAt

Loading…
Cancel
Save