From 5e95c0f77bbda950248fcdba6486ec85d873bfe4 Mon Sep 17 00:00:00 2001 From: Calin Culianu Date: Tue, 25 Jan 2022 16:04:01 -0600 Subject: [PATCH] Fixed a typo in fulcrum-example-config.conf The `fast-sync = false` example was wrong. Should be `fast-sync = 0`. This is not a boolean option, but rather a numeric one. --- doc/fulcrum-example-config.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fulcrum-example-config.conf b/doc/fulcrum-example-config.conf index 8b20b5c6..beea7940 100644 --- a/doc/fulcrum-example-config.conf +++ b/doc/fulcrum-example-config.conf @@ -698,7 +698,7 @@ rpcpassword = hunter1 # (3 GB). The default is off (0). This option only takes effect on initial sync, # otherwise this option has no effect. # -#fast-sync = false +#fast-sync = 0 # Maximum batch size (per IP) - 'max_batch' - DEFAULT: 345