chore(typo): ExecutionResurt -> ExecutionResult
This commit is contained in:
parent
52672ff330
commit
55d0612aa4
|
@ -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 New Issue