diff --git a/src/addrman_impl.h b/src/addrman_impl.h index fec98c416a..8da814b147 100644 --- a/src/addrman_impl.h +++ b/src/addrman_impl.h @@ -17,7 +17,6 @@ public: //! last counted attempt (memory only) int64_t nLastCountAttempt{0}; -private: //! where knowledge about this address first came from CNetAddr source; @@ -36,11 +35,6 @@ private: //! position in vRandom mutable int nRandomPos{-1}; - friend class AddrManImpl; - friend class CAddrManDeterministic; - -public: - SERIALIZE_METHODS(CAddrInfo, obj) { READWRITEAS(CAddress, obj);