aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.h
diff options
context:
space:
mode:
authorPavel Vasin <pavel@vasin.nl>2015-04-02 18:59:07 +0300
committerCory Fields <cory-nospam-@coryfields.com>2015-05-14 01:02:00 -0400
commit605a73542531ba798ade5583c4a95d20eb75ceae (patch)
tree9fcaa643e74062b3158df08f24ed363cdb8fe93d /src/addrman.h
parent351f73ecd5d44bf6b80f45ab2e1aaa25a08c5c8c (diff)
downloadbitcoin-605a73542531ba798ade5583c4a95d20eb75ceae.tar.xz
addrman: update comments
nUnkBias was removed in https://github.com/bitcoin/bitcoin/pull/5941
Diffstat (limited to 'src/addrman.h')
-rw-r--r--src/addrman.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/addrman.h b/src/addrman.h
index b72dda49d1..e0494cab39 100644
--- a/src/addrman.h
+++ b/src/addrman.h
@@ -231,7 +231,6 @@ protected:
void Attempt_(const CService &addr, int64_t nTime);
//! Select an address to connect to.
- //! nUnkBias determines how much to favor new addresses over tried ones (min=0, max=100)
CAddrInfo Select_();
#ifdef DEBUG_ADDRMAN
@@ -532,7 +531,6 @@ public:
/**
* Choose an address to connect to.
- * nUnkBias determines how much "new" entries are favored over "tried" ones (0-100).
*/
CAddrInfo Select()
{