From 605a73542531ba798ade5583c4a95d20eb75ceae Mon Sep 17 00:00:00 2001 From: Pavel Vasin Date: Thu, 2 Apr 2015 18:59:07 +0300 Subject: [PATCH] addrman: update comments nUnkBias was removed in https://github.com/bitcoin/bitcoin/pull/5941 --- src/addrman.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/addrman.h b/src/addrman.h index b72dda49d..e0494cab3 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() {