From 651238919e584689539db1efd7c36c74a9624761 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux Date: Fri, 24 May 2024 21:50:21 +0200 Subject: [PATCH] Update content/md/en/docs/learn/networks-and-nodes.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit   → space --- content/md/en/docs/learn/networks-and-nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/md/en/docs/learn/networks-and-nodes.md b/content/md/en/docs/learn/networks-and-nodes.md index 3aa7a714c..726906f04 100644 --- a/content/md/en/docs/learn/networks-and-nodes.md +++ b/content/md/en/docs/learn/networks-and-nodes.md @@ -43,7 +43,7 @@ Full nodes store blockchain data and, typically, participate in common blockchai ![Full node](/media/images/docs/full-node.png) -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. +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. You can configure the number of blocks a full node retains (see `--state-pruning` and `--blocks-pruning` options). Although older states are discarded, full nodes retain all the blocks from genesis to the head, allowing them to rebuild all the intermediate states.