refactor: replace RecursiveMutex m_addr_local_mutex with Mutex

This commit is contained in:
w0xlt 2022-01-20 17:30:12 -03:00
parent 93609c1dfa
commit dec787d8ac

View File

@ -694,7 +694,7 @@ private:
// Our address, as reported by the peer
CService addrLocal GUARDED_BY(m_addr_local_mutex);
mutable RecursiveMutex m_addr_local_mutex;
mutable Mutex m_addr_local_mutex;
mapMsgCmdSize mapSendBytesPerMsgCmd GUARDED_BY(cs_vSend);
mapMsgCmdSize mapRecvBytesPerMsgCmd GUARDED_BY(cs_vRecv);