Skip to content

Commit 14c44cb

Browse files
committed
refactor: switch CGovernanceObject::cs to Mutex
1 parent 009f5cb commit 14c44cb

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
@@ -90,7 +90,7 @@ class CGovernanceObject
9090

9191
public:
9292
/// critical section to protect the inner data structures
93-
mutable RecursiveMutex cs;
93+
mutable Mutex cs;
9494

9595
private:
9696
Governance::Object m_obj;

0 commit comments

Comments
 (0)