Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC763d666f73c2: [net processing] Annotate m_recently_announced_{invs|proofs} as guarded by…
With Debug
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 26670 Build 52908: Build Diff lint-circular-dependencies · build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang Build 52907: arc lint + arc unit
Event Timeline
Comment Actions
remove unneeded cs_main lock
src/net_processing.cpp | ||
---|---|---|
514 | There are some differences, I think the TxRelay is not necessarily initialized if a node does not relay transactions whereas the ProofRelay is not necessarily initialized if avalanche is not enabled. | |
7871 | Yes, see line 7510. bool PeerManagerImpl::SendMessages(const Config &config, CNode *pto) { AssertLockHeld(g_msgproc_mutex); ... | |
7980 | yes, we are still in PeerManagerImpl::SendMessages |