Skip to content

Commit 64f81a3

Browse files
darosiorEmpact
authored andcommitted
doc: Correct nPruneTarget misidentifying units of variable
1 parent 9dae9f5 commit 64f81a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/blockstorage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extern std::atomic_bool fReindex;
4949
/** Pruning-related variables and constants */
5050
/** True if we're running in -prune mode. */
5151
extern bool fPruneMode;
52-
/** Number of MiB of block files that we're trying to stay below. */
52+
/** Number of bytes of block files that we're trying to stay below. */
5353
extern uint64_t nPruneTarget;
5454

5555
// Because validation code takes pointers to the map's CBlockIndex objects, if

0 commit comments

Comments
 (0)