0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

Add LIFETIMEBOUND to InitializeChainstate

This commit is contained in:
MarcoFalke 2021-09-03 13:54:43 +02:00
parent fa5c896724
commit fa7e6c56f5
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -929,7 +929,7 @@ public:
CChainState& InitializeChainstate(
CTxMemPool* mempool,
const std::optional<uint256>& snapshot_blockhash = std::nullopt)
EXCLUSIVE_LOCKS_REQUIRED(::cs_main);
LIFETIMEBOUND EXCLUSIVE_LOCKS_REQUIRED(::cs_main);
//! Get all chainstates currently being used.
std::vector<CChainState*> GetAll();