Skip to content

Commit f926e7f

Browse files
committed
refactor: switch CGovernanceObject::cs to Mutex
1 parent 2f9b231 commit f926e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/governance/object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class CGovernanceObject
9191

9292
public:
9393
/// critical section to protect the inner data structures
94-
mutable RecursiveMutex cs;
94+
mutable Mutex cs;
9595

9696
private:
9797
Governance::Object m_obj;

0 commit comments

Comments
 (0)