mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 17:43:48 +00:00
docs: fix minor typo in sync-mode doc (#26142)
* Fixed typo in docs * Update docs/_interface/sync-modes.md Co-authored-by: Martin Holst Swende <martin@swende.se>
This commit is contained in:
parent
1f9c494d07
commit
7519505d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -152,4 +152,4 @@ is required. Archive nodes keep local copies of all historical data right back t
|
|||
The opposite extreme is a light node that doesn't store any blockchain data - it requests everything from full nodes.
|
||||
These configurations are controlled by passing `full`, `snap` or `light` to `--syncmode` at startup. For an archive node,
|
||||
`--syncmode` should be `full` and `--gcmode` should be set to `archive`. Currently, due to the transition to proof-of-stake,
|
||||
light-sync dot not work (new light client protocols are being developed).
|
||||
`syncmode=light` does not work (new light client protocols are being developed).
|
||||
|
|
|
|||
Loading…
Reference in a new issue