Make CAddrMan nKey private
Summary:
This diff moves the last CAddrMan protected member to be private, at the cost of an extra friend class. This will make moving to PIMPL easier.
There is no change in behavior.
Test Plan:
ninja all check
Reviewers: #bitcoin_abc, PiRK
Reviewed By: #bitcoin_abc, PiRK
Differential Revision: https://reviews.bitcoinabc.org/D12326