You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/md/en/docs/learn/networks-and-nodes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Full nodes store blockchain data and, typically, participate in common blockchai
43
43
44
44

45
45
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 that — with the exception of the genesis block — to prevent the full node from consuming too much disk space.
47
47
You can configure the number of blocks a full node retains (see `--state-pruning` and `--blocks-pruning` options).
48
48
49
49
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