mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
[net] remove CConnman::SetServices
It just forwards calls to CAddrMan::SetServices.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user