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 0ae7987 commit d575a67Copy full SHA for d575a67
src/net_processing.cpp
@@ -863,7 +863,7 @@ class PeerManagerImpl final : public PeerManager
863
std::atomic_bool m_headers_presync_should_signal{false};
864
865
/** Height of the highest block announced using BIP 152 high-bandwidth mode. */
866
- int m_highest_fast_announce{0};
+ int m_highest_fast_announce GUARDED_BY(::cs_main){0};
867
868
/** Have we requested this block from a peer */
869
bool IsBlockRequested(const uint256& hash) EXCLUSIVE_LOCKS_REQUIRED(cs_main);
0 commit comments