Bitcoin ABC  0.29.4
P2P Digital Currency
Public Attributes | List of all members
node::PruneLockInfo Struct Reference

#include <blockstorage.h>

Public Attributes

int height_first {std::numeric_limits<int>::max()}
 Height of earliest block that should be kept and not pruned. More...
 

Detailed Description

Definition at line 61 of file blockstorage.h.

Member Data Documentation

◆ height_first

int node::PruneLockInfo::height_first {std::numeric_limits<int>::max()}

Height of earliest block that should be kept and not pruned.

Definition at line 63 of file blockstorage.h.


The documentation for this struct was generated from the following file: