Page MenuHomePhabricator

[net processing] Remove CNode::nLocalServices
ClosedPublic

Authored by PiRK on Nov 7 2023, 12:44.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC81be7b59d93e: [net processing] Remove CNode::nLocalServices
Summary
Test Plan

ninja all check-all bitcoin-fuzzers

Diff Detail

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

Event Timeline

PiRK requested review of this revision.Nov 7 2023, 12:44
src/test/net_tests.cpp
72–76 ↗(On Diff #42980)

The services flags turned out to not be needed in the test using this function, the connection type is enough.

Fabien requested changes to this revision.Nov 8 2023, 09:56
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/net_processing.cpp
1064 ↗(On Diff #42980)

Nope, keep that

This revision now requires changes to proceed.Nov 8 2023, 09:56

restore doxygen comment and rebase

This revision is now accepted and ready to land.Nov 8 2023, 11:46