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

This commit is contained in:
Marius G 2024-01-11 10:55:55 +01:00 committed by GitHub
parent 7d1c6c985e
commit 145659e74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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