mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
refactor(coinjoin): add GUARDED_BY annotation to mapDSTX (#4789)
This commit is contained in:
parent
40c320cad8
commit
4a209adb1f
@ -373,9 +373,8 @@ private:
|
||||
(COIN / 1000) + 1,
|
||||
};
|
||||
|
||||
static std::map<uint256, CCoinJoinBroadcastTx> mapDSTX;
|
||||
|
||||
static Mutex cs_mapdstx;
|
||||
static std::map<uint256, CCoinJoinBroadcastTx> mapDSTX GUARDED_BY(cs_mapdstx);
|
||||
|
||||
static void CheckDSTXes(const CBlockIndex* pindex) LOCKS_EXCLUDED(cs_mapdstx);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user