tracing: fix typo (#24923)
Update tracing.md fix a small typo in this spec
This commit is contained in:
parent
1a2acaa038
commit
ccc5a91959
|
@ -177,7 +177,7 @@ tracers*.
|
||||||
|
|
||||||
### Pruning
|
### 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,
|
no longer necessary to maintain. This is configured via the `--gcmode` option. Often,
|
||||||
people run into the error that state is not available.
|
people run into the error that state is not available.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue