node::BlockManager::GetPruneTarget

Attempt to stay below this number of bytes of block files.

Synopsis

Declared in <node/blockstorage.h>

[[nodiscard]]
uint64_t
GetPruneTarget() const;

Return Value

The prune target in bytes.

NOTE

The return value should not be discarded.