diff options
author | fanquake <fanquake@gmail.com> | 2020-10-24 16:24:07 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-12-13 10:38:24 +0800 |
commit | 2f3f1aec1f8aadd4a6fb08ca5da7eeda31eb388f (patch) | |
tree | 7e38a6f0e52b8a325cdafbc1aec91589bf60fbb5 /src/net.h | |
parent | ade38b6ee8f91e441507c0ee7ffe6ca020748991 (diff) |
net: remove SetMaxOutboundTarget
This has been unused since f3552da81393a8e78ce3e2afed0b9c9d1ff5cee0.
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |