From 994ebf47a5cbe3eaac22886e0fe8bea094e93966 Mon Sep 17 00:00:00 2001 From: Zachinquarantine Date: Wed, 26 Jan 2022 20:33:46 -0500 Subject: [PATCH] Removes mentions of fast syncmode --- docs/_getting-started/index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/_getting-started/index.md b/docs/_getting-started/index.md index b5a3cd594aa7..d5a48d16b044 100644 --- a/docs/_getting-started/index.md +++ b/docs/_getting-started/index.md @@ -60,9 +60,6 @@ These are: - **Full**: Downloads all blocks (including headers, transactions, and receipts) and generates the state of the blockchain incrementally by executing every block. -- **Fast**: Downloads all blocks (including headers, transactions and -receipts), verifies all headers, and downloads the state and verifies it against the -headers. - **Snap** (Default): Same functionality as fast, but with a faster algorithm. - **Light**: Downloads all block headers, block data, and verifies some randomly.