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 a66a7cc commit 0ae7987Copy full SHA for 0ae7987
src/net_processing.cpp
@@ -751,7 +751,7 @@ class PeerManagerImpl final : public PeerManager
751
int nSyncStarted GUARDED_BY(cs_main) = 0;
752
753
/** Hash of the last block we received via INV */
754
- uint256 m_last_block_inv_triggering_headers_sync{};
+ uint256 m_last_block_inv_triggering_headers_sync GUARDED_BY(g_msgproc_mutex){};
755
756
/**
757
* Sources of received blocks, saved to be able punish them when processing
0 commit comments