Skip to content

Commit 8c277b1

Browse files
committed
refactor: Make m_cs_fee_estimator non-recursive
1 parent 5ee5b69 commit 8c277b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/policy/fees.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class CBlockPolicyEstimator
238238
EXCLUSIVE_LOCKS_REQUIRED(!m_cs_fee_estimator);
239239

240240
private:
241-
mutable RecursiveMutex m_cs_fee_estimator;
241+
mutable Mutex m_cs_fee_estimator;
242242

243243
unsigned int nBestSeenHeight GUARDED_BY(m_cs_fee_estimator);
244244
unsigned int firstRecordedHeight GUARDED_BY(m_cs_fee_estimator);

0 commit comments

Comments
 (0)