website: fix `debug.stopGoTrace()` param docs (#28790)
This commit is contained in:
parent
7d1c6c985e
commit
145659e74f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue