Merge pull request #25273 from DrawnWren/patch-1

docs: typo ExecutionResurt -> ExecutionResult
This commit is contained in:
rjl493456442 2022-07-11 14:14:05 +08:00 committed by GitHub
commit 56c1456eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ specifies the options for this specific call. The possible options are:
| Client | Method invocation | | 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])` | | Console | `debug.traceTransaction(txHash, [options])` |
| RPC | `{"method": "debug_traceTransaction", "params": [txHash, {}]}` | | RPC | `{"method": "debug_traceTransaction", "params": [txHash, {}]}` |