From 0ecbc734cc03ebae5bb95d45ef362ba49e8fcaf0 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Tue, 22 Oct 2019 14:07:33 +0200 Subject: [PATCH] Update docs/_getting-started/index.md --- docs/_getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_getting-started/index.md b/docs/_getting-started/index.md index 213e38db73..eec668f942 100644 --- a/docs/_getting-started/index.md +++ b/docs/_getting-started/index.md @@ -96,7 +96,7 @@ Running Geth starts an Ethereum node that can join any existing network, or crea These are: -- **Full**: Downloads all block headers, block data, and validates all transactions +- **Full**: Downloads all blocks (including headers, transactions and receipts) and generates the state of the blockchain incrementally by executing every block. - **Fast** (Default): Downloads all blocks (including headers, transactions and receipts), verifies all headers, and downloads the state and verifies it against the headers. - **Light**: Downloads all block headers, block data, and verifies some randomly.