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 84f4ac3 commit 1d87137Copy full SHA for 1d87137
src/validation.h
@@ -997,7 +997,7 @@ class ChainstateManager
997
std::set<CBlockIndex*> m_failed_blocks;
998
999
/** Best header we've seen so far (used for getheaders queries' starting points). */
1000
- CBlockIndex* m_best_header = nullptr;
+ CBlockIndex* m_best_header GUARDED_BY(::cs_main){nullptr};
1001
1002
//! The total number of bytes available for us to use across all in-memory
1003
//! coins caches. This will be split somehow across chainstates.
0 commit comments