Factor out repeated getId() calls from Misbehaving(..) lines.
Details
Details
- Reviewers
kyuupichan freetrader sickpig deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGd60dfef8c93b: Factor out getId() from Misbehaving(..) calls
rABCd60dfef8c93b: Factor out getId() from Misbehaving(..) calls
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- arcpatch-D380
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 595 Build 595: arc lint + arc unit
Event Timeline
Comment Actions
What version of clang format are you using ? Maybe we should consider upgrading the one most people use because ti looks like it formats differently.
src/net_processing.cpp | ||
---|---|---|
808 | static . |
src/net_processing.cpp | ||
---|---|---|
780 ↗ | (On Diff #957) | Making that one static should break the build. |
src/net_processing.cpp | ||
---|---|---|
808 | fixed |