Page MenuHomePhabricator

refactor: Use Mutex type for some mutexes in CNode class
ClosedPublic

Authored by PiRK on Apr 27 2021, 14:06.

Details

Summary

No need the RecursiveMutex type for the CNode::cs_vSend, CNode::cs_hSocket and CNode::cs_vRecv.

This is a backport of core#19915

Test Plan

ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable