aboutsummaryrefslogtreecommitdiff
path: root/src/node
diff options
context:
space:
mode:
authordarosior <darosior@protonmail.com>2019-04-23 20:59:02 +0200
committerBen Woosley <ben.woosley@gmail.com>2022-06-07 15:30:16 -0500
commit64f81a38b9f0e09e353d058aa88eb681a181df37 (patch)
tree0f30bc7186ce377656942133a74a00b73595fe68 /src/node
parent9dae9f5f1e2bf29f58d3f49b0c612063d883b8b3 (diff)
downloadbitcoin-64f81a38b9f0e09e353d058aa88eb681a181df37.tar.xz
doc: Correct nPruneTarget misidentifying units of variable
Diffstat (limited to 'src/node')
-rw-r--r--src/node/blockstorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/blockstorage.h b/src/node/blockstorage.h
index 2e52716649..e017f3f427 100644
--- a/src/node/blockstorage.h
+++ b/src/node/blockstorage.h
@@ -49,7 +49,7 @@ extern std::atomic_bool fReindex;
/** Pruning-related variables and constants */
/** True if we're running in -prune mode. */
extern bool fPruneMode;
-/** Number of MiB of block files that we're trying to stay below. */
+/** Number of bytes of block files that we're trying to stay below. */
extern uint64_t nPruneTarget;
// Because validation code takes pointers to the map's CBlockIndex objects, if