Chainstate::GetPruneRange

Return the start, end of block heights we can prune.

Synopsis

Declared in <validation.h>

[[requires_capability(0x7f9513ab57c0), requires_capability(0x7f9502c98830), requires_capability(0x7f952544a560), requires_capability(0x7f9517400840)]]
std::pair<int, int>
GetPruneRange(int last_height_can_prune) const;

Description

start > end is possible, meaning no blocks can be pruned.

Return Value

The inclusive [start, end]range of prunable block heights.

Parameters

NameDescription
last_height_can_pruneHighest block height eligible for pruning.