aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-10-24 16:25:56 +0800
committerfanquake <fanquake@gmail.com>2020-12-13 10:38:24 +0800
commitb117eb148678b0fc5be02346cef29d87d4f81af9 (patch)
treefcec428ddc28414137eb84662c69630a2b611d7b /src/net.h
parent2f3f1aec1f8aadd4a6fb08ca5da7eeda31eb388f (diff)
downloadbitcoin-b117eb148678b0fc5be02346cef29d87d4f81af9.tar.xz
net: remove SetMaxOutboundTimeframe
This was introduced in 872fee3fccc8b33b9af0a401b5f85ac5504b57eb and it's unclear if it's ever been used.
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net.h b/src/net.h
index dc841d1b11..fd47b5db6a 100644
--- a/src/net.h
+++ b/src/net.h
@@ -367,9 +367,6 @@ public:
ServiceFlags GetLocalServices() const;
uint64_t GetMaxOutboundTarget();
-
- //!set the timeframe for the max outbound target
- void SetMaxOutboundTimeframe(uint64_t timeframe);
uint64_t GetMaxOutboundTimeframe();
//! check if the outbound target is reached