Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABCc8fabc010fdc: [avalanche] don't use global g_avalanche in net_processing
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 29183 Build 57902: Build Diff lint-circular-dependencies · build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang Build 57901: arc lint + arc unit
Event Timeline
src/net_processing.h | ||
---|---|---|
58 ↗ | (On Diff #48045) | I don't think so. The peer manager calls non-const processor functions (such as registerVotes, for example) |
src/net_processing.cpp | ||
---|---|---|
8325 ↗ | (On Diff #48045) | assertion removed in parent diff. The callsites all check for m_avalanche before calling this function |