docs(trace): fix trace_call method invocation table (#19977)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
ANtutov
2025-11-28 13:12:22 +02:00
committed by GitHub
parent c9e661658b
commit 813786247a

View File

@@ -178,7 +178,7 @@ The third and optional parameter is a block number, block hash, or a block tag (
| Client | Method invocation |
| ------ | -------------------------------------------------------------- |
| RPC | `{"method": "trace_callMany", "params": [trace[], block]}` |
| RPC | `{"method": "trace_call", "params": [tx, ["trace"|"vmTrace"|"stateDiff"], block]}` |
### Example