docs: fix debug_traceCall description (#23378)

* docs: fix debug_traceCall description

* docs: update
This commit is contained in:
gary rong 2021-08-11 14:41:38 +08:00 committed by GitHub
parent 6fdb770d95
commit 8ee2cca199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ Usage example, returns the top element of the stack at each CALL opcode only:
### debug_traceCall
The `debug_traceCall` method lets you run an `eth_call` on top of a given block. The block can be specified either by hash or by number. It takes the same input object as a `eth_call`.
The `debug_traceCall` method lets you run an `eth_call` within the context of the given block execution using the final state of parent block as the base. The block can be specified either by hash or by number. It takes the same input object as a `eth_call`.
It returns the same output as `debug_traceTransaction`. A tracer can be specified as a third argument, similar to `debug_traceTransaction`.
`Object` - The transaction call object