Page MenuHomePhabricator

Remove redundant lock annotations in net processing
ClosedPublic

Authored by PiRK on May 11 2022, 10:08.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC2e57141cb11d: Remove redundant lock annotations in net processing
Summary

This is a backport of core#21188

Bitcoin ABC has one additional occurence of duplicated lock annotations (D9044 for ProcessOrphanTx) and two occurences that were already deduplicated (D11435 for TipMayBeStale and D11437 for MaybeSetPeerAsAnnouncingHeaderAndIDs).

Test Plan

With clang:

ninja all check-all

Diff Detail

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