Skip to content

Commit f6263a2

Browse files
Update content/md/en/docs/learn/networks-and-nodes.md
apply suggestion Co-authored-by: Shawn Tabrizi <[email protected]>
1 parent e0d8656 commit f6263a2

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
@@ -47,7 +47,7 @@ By default, full nodes are configured to store all the blocks but only the most
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.
50-
It is achieved by taking the genesis state as initial state and executing all the blocks successively on top of if.
50+
This is achieved by taking the genesis state as initial state and executing all the blocks successively on top of if.
5151
Retrieving information about some previous state thus requires an expensive computation which can be avoided by using an archive node, which does not discard the states.
5252

5353
Full nodes allow you to read the current state of the chain and to submit and validate transactions directly on the network.

0 commit comments

Comments
 (0)