From 55d0612aa44a9bcea42a2316a4c147d718bddd80 Mon Sep 17 00:00:00 2001 From: wren <9318247+DrawnWren@users.noreply.github.com> Date: Sat, 9 Jul 2022 14:08:59 -0400 Subject: [PATCH] chore(typo): ExecutionResurt -> ExecutionResult --- docs/_rpc/ns-debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_rpc/ns-debug.md b/docs/_rpc/ns-debug.md index 5956905aea..eca96b4246 100644 --- a/docs/_rpc/ns-debug.md +++ b/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, {}]}` |