mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
doc: Correct nPruneTarget misidentifying units of variable
This commit is contained in:
parent
9dae9f5f1e
commit
64f81a38b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue