Return the inclusive[start, end] of block heights we can prune.
Synopsis
Declared in <validation.h>
[[requires_capability(0x7ff37b903080), requires_capability(0x7ff375c49c90), requires_capability(0x7ff37e054b00), requires_capability(0x7ff375935a60)]]
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
Name |
Description |
last_height_can_prune |
Highest block height eligible for pruning. |
Created with MrDocs