mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 00:27:26 +00:00
rm sentence from sync modes page
This commit is contained in:
parent
79f9f2a7e0
commit
5f9632236d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ title: Sync modes
|
|||
description: Introduction to Geth's sync modes
|
||||
---
|
||||
|
||||
Syncing is the process by which Geth catches up to the latest Ethereum block and current global state. There are several ways to sync a Geth node that differ in their speed, storage requirements and trust assumptions. This page outlines three sync configurations for full nodes and one for light nodes.
|
||||
Syncing is the process by which Geth catches up to the latest Ethereum block and current global state. There are several ways to sync a Geth node that differ in their speed, storage requirements and trust assumptions.
|
||||
|
||||
## Full nodes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue