Skip to content

Commit dec787d

Browse files
committed
refactor: replace RecursiveMutex m_addr_local_mutex with Mutex
1 parent 93609c1 commit dec787d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ class CNode
694694

695695
// Our address, as reported by the peer
696696
CService addrLocal GUARDED_BY(m_addr_local_mutex);
697-
mutable RecursiveMutex m_addr_local_mutex;
697+
mutable Mutex m_addr_local_mutex;
698698

699699
mapMsgCmdSize mapSendBytesPerMsgCmd GUARDED_BY(cs_vSend);
700700
mapMsgCmdSize mapRecvBytesPerMsgCmd GUARDED_BY(cs_vRecv);

0 commit comments

Comments
 (0)