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 ddeefee commit 020aceaCopy full SHA for 020acea
src/validation.h
@@ -533,10 +533,11 @@ class CChainState
533
arith_uint256 nLastPreciousChainwork = 0;
534
535
/**
536
- * the ChainState CriticalSection
537
- * A lock that must be held when modifying this ChainState - held in ActivateBestChain()
+ * The ChainState Mutex
+ * A lock that must be held when modifying this ChainState - held in ActivateBestChain() and
538
+ * InvalidateBlock()
539
*/
- RecursiveMutex m_chainstate_mutex;
540
+ Mutex m_chainstate_mutex;
541
542
543
* Whether this chainstate is undergoing initial block download.
0 commit comments