We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dae9f5 commit 64f81a3Copy full SHA for 64f81a3
src/node/blockstorage.h
@@ -49,7 +49,7 @@ extern std::atomic_bool fReindex;
49
/** Pruning-related variables and constants */
50
/** True if we're running in -prune mode. */
51
extern bool fPruneMode;
52
-/** 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. */
53
extern uint64_t nPruneTarget;
54
55
// Because validation code takes pointers to the map's CBlockIndex objects, if
0 commit comments