mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-22 10:58:08 +00:00
Merge pull request #25273 from DrawnWren/patch-1
docs: typo ExecutionResurt -> ExecutionResult
This commit is contained in:
commit
56c1456eae
1 changed files with 1 additions and 1 deletions
|
|
@ -676,7 +676,7 @@ specifies the options for this specific call. The possible options are:
|
|||
|
||||
| Client | Method invocation |
|
||||
|:--------|----------------------------------------------------------------------------------------------|
|
||||
| Go | `debug.TraceTransaction(txHash common.Hash, logger *vm.LogConfig) (*ExecutionResurt, error)` |
|
||||
| Go | `debug.TraceTransaction(txHash common.Hash, logger *vm.LogConfig) (*ExecutionResult, error)` |
|
||||
| Console | `debug.traceTransaction(txHash, [options])` |
|
||||
| RPC | `{"method": "debug_traceTransaction", "params": [txHash, {}]}` |
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue