From 5130988cb9be922662d118e8e7389e348ef2906a Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Thu, 3 Mar 2022 21:59:30 +0800 Subject: [PATCH] docs/_rpc: fix doc for tracing configs (#24498) --- docs/_rpc/ns-debug.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_rpc/ns-debug.md b/docs/_rpc/ns-debug.md index 9a2fe100c9..4cfd547d01 100644 --- a/docs/_rpc/ns-debug.md +++ b/docs/_rpc/ns-debug.md @@ -374,8 +374,9 @@ In addition to the hash of the transaction you may give it a secondary *optional specifies the options for this specific call. The possible options are: * `disableStorage`: `BOOL`. Setting this to true will disable storage capture (default = false). -* `disableMemory`: `BOOL`. Setting this to true will disable memory capture (default = false). * `disableStack`: `BOOL`. Setting this to true will disable stack capture (default = false). +* `enableMemory`: `BOOL`. Setting this to true will enable memory capture (default = false). +* `enableReturnData`: `BOOL`. Setting this to true will enable return data capture (default = false). * `tracer`: `STRING`. Setting this will enable JavaScript-based transaction tracing, described below. If set, the previous four arguments will be ignored. * `timeout`: `STRING`. Overrides the default timeout of 5 seconds for JavaScript-based tracing calls. Valid values are described [here](https://golang.org/pkg/time/#ParseDuration).