fix(book/jsonrpc): copy/paste typo (#3429)

Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
Delweng
2023-06-28 01:09:53 +08:00
committed by GitHub
parent d7bc30eb76
commit c3dda470de

View File

@ -86,7 +86,7 @@ The `debug_traceTransaction` debugging method will attempt to run the transactio
| Client | Method invocation | | Client | Method invocation |
|--------|-------------------------------------------------------------| |--------|-------------------------------------------------------------|
| RPC | `{"method": "debug_traceBlock", "params": [tx_hash, opts]}` | | RPC | `{"method": "debug_traceTransaction", "params": [tx_hash, opts]}` |
## `debug_traceCall` ## `debug_traceCall`