mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
[net] remove CConnman::SetServices
It just forwards calls to CAddrMan::SetServices.
This commit is contained in:
parent
392a95d393
commit
8073673dbc
4 changed files with 1 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue