mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +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
|
|
@ -2476,7 +2476,7 @@ void PeerManagerImpl::ProcessMessage(CNode& pfrom, const std::string& msg_type,
|
|||
//
|
||||
// This moves an address from New to Tried table in Addrman,
|
||||
// resolves tried-table collisions, etc.
|
||||
m_connman.MarkAddressGood(pfrom.addr);
|
||||
m_addrman.Good(pfrom.addr);
|
||||
}
|
||||
|
||||
std::string remoteAddr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue