From d83125801797f570d007948aa83e7e99f72b2d86 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Tue, 22 Oct 2019 13:59:11 +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 b5d878af54..213e38db73 100644 --- a/docs/_getting-started/index.md +++ b/docs/_getting-started/index.md @@ -97,7 +97,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 -- **Fast** (Default): Downloads block headers and block data of the most recent transactions (1024) and validates them. +- **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. For example: