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 fa5c896 commit fa7e6c5Copy full SHA for fa7e6c5
src/validation.h
@@ -929,7 +929,7 @@ class ChainstateManager
929
CChainState& InitializeChainstate(
930
CTxMemPool* mempool,
931
const std::optional<uint256>& snapshot_blockhash = std::nullopt)
932
- EXCLUSIVE_LOCKS_REQUIRED(::cs_main);
+ LIFETIMEBOUND EXCLUSIVE_LOCKS_REQUIRED(::cs_main);
933
934
//! Get all chainstates currently being used.
935
std::vector<CChainState*> GetAll();
0 commit comments