Skip to content

Commit 7c5785d

Browse files
Update content/md/en/docs/learn/networks-and-nodes.md
no need to save a few characters, it's more clear here Co-authored-by: Shawn Tabrizi <[email protected]>
1 parent bbe2aeb commit 7c5785d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/md/en/docs/learn/networks-and-nodes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Full nodes store blockchain data and, typically, participate in common blockchai
4444
![Full node](/media/images/docs/full-node.png)
4545

4646
By default, full nodes are configured to store all the blocks but only the most recent 256 states. They discard states older than that&nbsp;&nbsp;with the exception of the genesis block&nbsp;&nbsp;to prevent the full node from consuming too much disk space.
47-
You can configure the number of blocks a full node retains (see `--{state,blocks}-pruning` options).
47+
You can configure the number of blocks a full node retains (see `--state-pruning` and `--blocks-pruning` options).
4848

4949
Although older states are discarded, full nodes retain all the blocks from genesis to the head, allowing to rebuild all the intermediate states.
5050
It is achieved by taking the genesis state as initial state and executing all the blocks successively on top of if.

0 commit comments

Comments
 (0)