Drop CADDR_TIME_VERSION checks now that MIN_PEER_PROTO_VERSION is greater

This commit is contained in:
Ben Woosley
2018-08-23 10:02:49 -07:00
parent 8ef15e8a86
commit 57b0c0a93a
3 changed files with 3 additions and 15 deletions

View File

@@ -2505,11 +2505,6 @@ CConnman::~CConnman()
Stop();
}
size_t CConnman::GetAddressCount() const
{
return addrman.size();
}
void CConnman::SetServices(const CService &addr, ServiceFlags nServices)
{
addrman.SetServices(addr, nServices);