We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee673b9 commit f6b782fCopy full SHA for f6b782f
src/validation.h
@@ -1038,7 +1038,10 @@ class ChainstateManager
1038
}
1039
1040
1041
- /** Best header we've seen so far (used for getheaders queries' starting points). */
+ /** Best header we've seen so far for which the block is not known to be invalid
1042
+ (used, among others, for getheaders queries' starting points).
1043
+ In case of multiple best headers with the same work, it could point to any
1044
+ because CBlockIndexWorkComparator tiebreaker rules are not applied. */
1045
CBlockIndex* m_best_header GUARDED_BY(::cs_main){nullptr};
1046
1047
//! The total number of bytes available for us to use across all in-memory
0 commit comments