Merge pull request #25273 from DrawnWren/patch-1

docs: typo ExecutionResurt -> ExecutionResult
pull/25705/head
rjl493456442 2 years ago committed by GitHub
commit 56c1456eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/_rpc/ns-debug.md

@ -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…
Cancel
Save