From aeb817a3f4f99ff149c5642e51d2bb2a144ff1a7 Mon Sep 17 00:00:00 2001 From: Odysseas Lamtzidis Date: Wed, 14 Jul 2021 18:41:01 +0300 Subject: [PATCH] docs: update default sync mode (#23209) --- docs/_interface/Command-Line-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_interface/Command-Line-Options.md b/docs/_interface/Command-Line-Options.md index 9e775263a..74ed24dda 100644 --- a/docs/_interface/Command-Line-Options.md +++ b/docs/_interface/Command-Line-Options.md @@ -55,7 +55,7 @@ ETHEREUM OPTIONS: --rinkeby Rinkeby network: pre-configured proof-of-authority test network --yolov3 YOLOv3 network: pre-configured proof-of-authority shortlived test network. --ropsten Ropsten network: pre-configured proof-of-work test network - --syncmode value Blockchain sync mode ("fast", "full", "snap" or "light") (default: fast) + --syncmode value Blockchain sync mode ("fast", "full", "snap" or "light") (default: snap) --exitwhensynced Exits after block synchronisation completes --gcmode value Blockchain garbage collection mode ("full", "archive") (default: "full") --txlookuplimit value Number of recent blocks to maintain transactions index for (default = about one year, 0 = entire chain) (default: 2350000)