From bcd7f30b7944892db7ae37069175804567bb0cdf Mon Sep 17 00:00:00 2001 From: John Newbery Date: Fri, 23 Oct 2020 10:20:48 +0100 Subject: [net] remove CConnman::MarkAddressGood It just forwards calls to CAddrMan::Good. --- src/net.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index 0e4790a226..f2add667d2 100644 --- a/src/net.h +++ b/src/net.h @@ -921,7 +921,6 @@ public: }; // Addrman functions - void MarkAddressGood(const CAddress& addr); bool AddNewAddresses(const std::vector& vAddr, const CAddress& addrFrom, int64_t nTimePenalty = 0); std::vector GetAddresses(size_t max_addresses, size_t max_pct); /** -- cgit v1.2.3