Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[net] Remove unnecessary cs_sendProcessing lock annotation
m_next_addr_send and m_next_local_addr_send do not need to be guarded by cs_sendProcessing. These fields are only read/writen by the message handling thread and the annotation was added unnecessarily in commit b312cd7. See discussion at bitcoin#13123 (comment). Therefore remove this unnecessary lock annotation.
- Loading branch information