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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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 ↗ | (On Diff #955) | static . |
src/net_processing.cpp | ||
---|---|---|
780 ↗ | (On Diff #957) | Making that one static should break the build. |
src/net_processing.cpp | ||
---|---|---|
808 ↗ | (On Diff #955) | fixed |