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 4b84e50 commit 3605011Copy full SHA for 3605011
src/net_processing.cpp
@@ -431,7 +431,7 @@ struct CNodeState {
431
//! Whether we consider this a preferred download peer.
432
bool fPreferredDownload{false};
433
//! Whether this peer wants invs or headers (when possible) for block announcements.
434
- bool fPreferHeaders{false};
+ bool fPreferHeaders GUARDED_BY(NetEventsInterface::g_msgproc_mutex){false};
435
/** Whether this peer wants invs or cmpctblocks (when possible) for block announcements. */
436
bool m_requested_hb_cmpctblocks{false};
437
/** Whether this peer will send us cmpctblocks if we request them. */
0 commit comments