From e0d8656c4f4221db3b9987c27c4bef0a3615e9ca Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux Date: Fri, 24 May 2024 21:50:31 +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 726906f04..5ee6f0ea0 100644 --- a/content/md/en/docs/learn/networks-and-nodes.md +++ b/content/md/en/docs/learn/networks-and-nodes.md @@ -58,7 +58,7 @@ If you need to query historical blocks, you should purge the full node then rest ### Archive nodes Archive nodes are similar to full nodes except that they do not discard old states. As a result, they have complete state for every block available without computation. -For this reason, archive nodes are often used by utilities — such as block explorers, wallets, discussion forums, and similar applications — that need access to historical information. +For this reason, archive nodes are often used by utilities — such as block explorers, wallets, discussion forums, and similar applications — that need access to historical information. ![Archive nodes](/media/images/docs/archive-node.png)