website: fix debug.stopGoTrace() param docs

This commit is contained in:
Marius Guggenmos 2024-01-11 10:39:07 +01:00
parent 7d1c6c985e
commit 620d1a5697

View file

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