aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2020-09-01 16:32:09 -0400
committerSuhas Daftuar <sdaftuar@gmail.com>2020-12-10 08:41:57 -0500
commit91d61952a82af3e8887e8ae532ecc19d87fe9073 (patch)
tree7595a09515d4ec79e518b6536106967552fa6f29 /src/net.h
parent86f20071931b803b5f26ed8f685d98d4919fb7a7 (diff)
downloadbitcoin-91d61952a82af3e8887e8ae532ecc19d87fe9073.tar.xz
Simplify and clarify extra outbound peer counting
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index 504855c386..e959718fab 100644
--- a/src/net.h
+++ b/src/net.h
@@ -336,7 +336,7 @@ public:
// return a value less than (num_outbound_connections - num_outbound_slots)
// in cases where some outbound connections are not yet fully connected, or
// not yet fully disconnected.
- int GetExtraOutboundCount();
+ int GetExtraFullOutboundCount();
bool AddNode(const std::string& node);
bool RemoveAddedNode(const std::string& node);