hebasto
commented at 11:37 PM on August 1, 2018:
member
The -help output for -prune is aligned with the code.
In the code (.../src/init.cpp#L1063):
if (nPruneTarget < MIN_DISK_SPACE_FOR_BLOCK_FILES) {
return InitError(strprintf(_("Prune configured below the minimum of %d MiB. Please use a higher number."), MIN_DISK_SPACE_FOR_BLOCK_FILES / 1024 / 1024));
}
So correct value of nPruneTarget is greater than or equal to MIN_DISK_SPACE_FOR_BLOCK_FILES.
-prune option -help output aligned with code
see: .../src/init.cpp#L1063
312ff01ee5
fanquake added the label Docs on Aug 1, 2018
jonasschnelli
commented at 6:43 AM on August 2, 2018:
contributor
utACK312ff01ee533fab68348283200eb57e9956fdb34.
This is a bugfix (0.17 and 0.16 back port should be considered).
fanquake renamed this: -prune option -help output aligned with code doc: correct the help output for -prune on Aug 2, 2018
fanquake
commented at 7:29 AM on August 2, 2018:
member
utACK312ff01
fanquake added the label Needs backport on Aug 2, 2018
laanwj merged this on Aug 2, 2018
laanwj closed this on Aug 2, 2018
laanwj referenced this in commit d3325b02e4 on Aug 2, 2018
MarcoFalke added this to the milestone 0.16.x on Aug 2, 2018
fanquake referenced this in commit 11b9dbb439 on Aug 2, 2018
fanquake
commented at 1:36 PM on August 2, 2018:
member
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-04-22 18:15 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me