[net] remove CConnman::SetServices

It just forwards calls to CAddrMan::SetServices.
This commit is contained in:
John Newbery
2020-10-23 10:19:25 +01:00
parent 392a95d393
commit 8073673dbc
4 changed files with 1 additions and 14 deletions

View File

@@ -2635,11 +2635,6 @@ CConnman::~CConnman()
Stop();
}
void CConnman::SetServices(const CService &addr, ServiceFlags nServices)
{
addrman.SetServices(addr, nServices);
}
void CConnman::MarkAddressGood(const CAddress& addr)
{
addrman.Good(addr);