diff options
author | darosior <darosior@protonmail.com> | 2019-04-23 20:59:02 +0200 |
---|---|---|
committer | Ben Woosley <ben.woosley@gmail.com> | 2022-06-07 15:30:16 -0500 |
commit | 64f81a38b9f0e09e353d058aa88eb681a181df37 (patch) | |
tree | 0f30bc7186ce377656942133a74a00b73595fe68 /src | |
parent | 9dae9f5f1e2bf29f58d3f49b0c612063d883b8b3 (diff) |
doc: Correct nPruneTarget misidentifying units of variable
Diffstat (limited to 'src')
-rw-r--r-- | src/node/blockstorage.h | 2 |
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 |