diff options
author | Samuel Dobson <dobsonsa68@gmail.com> | 2021-09-29 16:32:07 +1300 |
---|---|---|
committer | Samuel Dobson <dobsonsa68@gmail.com> | 2021-09-30 12:06:27 +1300 |
commit | bccd1d942d971e70e7a0f4f5628e1b74b3ac15e0 (patch) | |
tree | 98fda2a14dc3d9731c261981c270e9e5f89250d1 /share | |
parent | f963b0fa8cdd5223feb828c5faf6c57bc4107c8a (diff) |
Remove -rescan startup parameter
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/bitcoin.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/bitcoin.conf b/share/examples/bitcoin.conf index 4a947001fa..c5b79709c7 100644 --- a/share/examples/bitcoin.conf +++ b/share/examples/bitcoin.conf @@ -157,7 +157,7 @@ #coinstatsindex=1 # Enable pruning to reduce storage requirements by deleting old blocks. -# This mode is incompatible with -txindex, -coinstatsindex and -rescan. +# This mode is incompatible with -txindex and -coinstatsindex. # 0 = default (no pruning). # 1 = allows manual pruning via RPC. # >=550 = target to stay under in MiB. |