mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
[net] remove CConnman::MarkAddressGood
It just forwards calls to CAddrMan::Good.
This commit is contained in:
parent
8073673dbc
commit
bcd7f30b79
4 changed files with 1 additions and 14 deletions
|
|
@ -2635,11 +2635,6 @@ CConnman::~CConnman()
|
|||
Stop();
|
||||
}
|
||||
|
||||
void CConnman::MarkAddressGood(const CAddress& addr)
|
||||
{
|
||||
addrman.Good(addr);
|
||||
}
|
||||
|
||||
bool CConnman::AddNewAddresses(const std::vector<CAddress>& vAddr, const CAddress& addrFrom, int64_t nTimePenalty)
|
||||
{
|
||||
return addrman.Add(vAddr, addrFrom, nTimePenalty);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue