From 018f409662d0c9d8183c2e87ad5f5cdfbfec9963 Mon Sep 17 00:00:00 2001 From: Delweng Date: Tue, 2 Apr 2024 22:49:41 +0800 Subject: [PATCH] Update built-in-tracers.md Co-authored-by: Sina M <1591639+s1na@users.noreply.github.com> --- docs/developers/evm-tracing/built-in-tracers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/evm-tracing/built-in-tracers.md b/docs/developers/evm-tracing/built-in-tracers.md index 482db128a1..56a6682ecd 100644 --- a/docs/developers/evm-tracing/built-in-tracers.md +++ b/docs/developers/evm-tracing/built-in-tracers.md @@ -505,7 +505,7 @@ Available state overrides are: - `nonce`: `hexdecimal`. The nonce of the account. - `code`: `string`. The bytecode of the account. - `balance`: `hexdecimal`. The balance of the account in Wei. -- `state`: `map[common.Hash]common.Hash`. The state of the account. +- `state`: `map[common.Hash]common.Hash`. Clear all storage slots of the account and insert the ones given in the dictionary. - `stateDiff`: `map[common.Hash]common.Hash`. The diff of the account. Note, `state` and `stateDiff` can't be specified at the same time. If `state` is