aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2020-10-23 10:19:25 +0100
committerJohn Newbery <john@johnnewbery.com>2021-03-20 10:24:40 +0000
commit8073673dbcb2744fcc9c011edf2d61388ca929cd (patch)
tree723a9968b6c664281c0c9e39c37c38bb1fcf0c8f /src/net.h
parent392a95d393a9af01b53e5e68197e81968efb84fc (diff)
downloadbitcoin-8073673dbcb2744fcc9c011edf2d61388ca929cd.tar.xz
[net] remove CConnman::SetServices
It just forwards calls to CAddrMan::SetServices.
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index 633e27ba80..0e4790a226 100644
--- a/src/net.h
+++ b/src/net.h
@@ -921,7 +921,6 @@ public:
};
// Addrman functions
- void SetServices(const CService &addr, ServiceFlags nServices);
void MarkAddressGood(const CAddress& addr);
bool AddNewAddresses(const std::vector<CAddress>& vAddr, const CAddress& addrFrom, int64_t nTimePenalty = 0);
std::vector<CAddress> GetAddresses(size_t max_addresses, size_t max_pct);