Skip to content

Commit 6512389

Browse files
Update content/md/en/docs/learn/networks-and-nodes.md
  → space
1 parent 55d4bcf commit 6512389

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
@@ -43,7 +43,7 @@ Full nodes store blockchain data and, typically, participate in common blockchai
4343

4444
![Full node](/media/images/docs/full-node.png)
4545

46-
By default, full nodes are configured to store all the blocks but only the most recent 256 states. They discard states older than that  with the exception of the genesis block  to prevent the full node from consuming too much disk space.
46+
By default, full nodes are configured to store all the blocks but only the most recent 256 states. They discard states older than thatwith the exception of the genesis blockto prevent the full node from consuming too much disk space.
4747
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 them to rebuild all the intermediate states.

0 commit comments

Comments
 (0)