Best header we've seen so far for which the block is not known to be invalid (used, among others, for getheaders queries' starting points). In case of multiple best headers with the same work, it could point to any because CBlockIndexWorkComparator tiebreaker rules are not applied.

Synopsis

Declared in <validation.h>

[[guarded_by(0x7f2e1bc16cb8), guarded_by(0x7f2e146b5008), guarded_by(0x7f2e298fa3d8), guarded_by(0x7f2e360b7b38)]]
CBlockIndex* m_best_header = {nullptr};

Created with MrDocs