aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index e8534f8197..2b1b0d1698 100644
--- a/src/net.h
+++ b/src/net.h
@@ -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);