mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
doc
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
92199aa38f
commit
22a331493d
1 changed files with 2 additions and 2 deletions
|
|
@ -216,8 +216,8 @@ The prestate tracer has two modes: `prestate` and `diff`. The `prestate` mode re
|
|||
#### prestateTracer config {#prestate-tracer-config}
|
||||
|
||||
- `diffMode`: `BOOL`. Setting this to true will enable diff mode (default = false).
|
||||
- `disableCode`: `BOOL`. Setting this to true will disable code capture (default = false).
|
||||
- `disableStorage`: `BOOL`. Setting this to true will disable storage capture (default = false).
|
||||
- `disableCode`: `BOOL`. Setting this to true will disable contract code capture (default = false).
|
||||
- `disableStorage`: `BOOL`. Setting this to true will disable contract storage capture (default = false).
|
||||
|
||||
In `diff` mode the result object will contain a `pre` and a `post` object:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue