From 7519505d6fbd1fd29a8595aafbf880a04fb3e7e1 Mon Sep 17 00:00:00 2001 From: Karan Toor Date: Tue, 8 Nov 2022 11:47:01 -0800 Subject: [PATCH] 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 --- docs/_interface/sync-modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_interface/sync-modes.md b/docs/_interface/sync-modes.md index 133c0216e4..f34af0883a 100644 --- a/docs/_interface/sync-modes.md +++ b/docs/_interface/sync-modes.md @@ -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).