mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-06 11:25:02 +00:00
website: fix debug.stopGoTrace() param docs (#28790)
This commit is contained in:
parent
7d1c6c985e
commit
145659e74f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue