mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-24 20:08:08 +00:00
tracing: fix typo (#24923)
Update tracing.md fix a small typo in this spec
This commit is contained in:
parent
1a2acaa038
commit
ccc5a91959
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ tracers*.
|
|||
|
||||
### Pruning
|
||||
|
||||
Geth by default does in-memory pruning of state, discarding state entries that it deems is
|
||||
Geth by default does in-memory pruning of state, discarding state entries that it deems are
|
||||
no longer necessary to maintain. This is configured via the `--gcmode` option. Often,
|
||||
people run into the error that state is not available.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue