Update docs/_getting-started/index.md

This commit is contained in:
Chris Chinchilla 2019-10-22 13:59:11 +02:00 committed by GitHub
parent c758e9fb6a
commit d831258017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: