aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-10-24 16:24:07 +0800
committerfanquake <fanquake@gmail.com>2020-12-13 10:38:24 +0800
commit2f3f1aec1f8aadd4a6fb08ca5da7eeda31eb388f (patch)
tree7e38a6f0e52b8a325cdafbc1aec91589bf60fbb5 /src/net.h
parentade38b6ee8f91e441507c0ee7ffe6ca020748991 (diff)
downloadbitcoin-2f3f1aec1f8aadd4a6fb08ca5da7eeda31eb388f.tar.xz
net: remove SetMaxOutboundTarget
This has been unused since f3552da81393a8e78ce3e2afed0b9c9d1ff5cee0.
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net.h b/src/net.h
index 41f7fa93ff..dc841d1b11 100644
--- a/src/net.h
+++ b/src/net.h
@@ -366,8 +366,6 @@ public:
//! that peer during `net_processing.cpp:PushNodeVersion()`.
ServiceFlags GetLocalServices() const;
- //!set the max outbound target in bytes
- void SetMaxOutboundTarget(uint64_t limit);
uint64_t GetMaxOutboundTarget();
//!set the timeframe for the max outbound target