mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Drop CADDR_TIME_VERSION checks now that MIN_PEER_PROTO_VERSION is greater
This commit is contained in:
@@ -247,7 +247,6 @@ public:
|
||||
};
|
||||
|
||||
// Addrman functions
|
||||
size_t GetAddressCount() const;
|
||||
void SetServices(const CService &addr, ServiceFlags nServices);
|
||||
void MarkAddressGood(const CAddress& addr);
|
||||
void AddNewAddresses(const std::vector<CAddress>& vAddr, const CAddress& addrFrom, int64_t nTimePenalty = 0);
|
||||
|
||||
Reference in New Issue
Block a user