aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/validation.h')
-rw-r--r--src/validation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h
index 160fffd048..ae3749bb47 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -536,7 +536,7 @@ protected:
* the ChainState CriticalSection
* A lock that must be held when modifying this ChainState - held in ActivateBestChain()
*/
- RecursiveMutex m_cs_chainstate;
+ RecursiveMutex m_chainstate_mutex;
/**
* Whether this chainstate is undergoing initial block download.