Skip to content

Commit

Permalink
addrman: update comments
Browse files Browse the repository at this point in the history
nUnkBias was removed in bitcoin#5941
  • Loading branch information
recursive-rat4 committed Apr 2, 2015
1 parent 15facb4 commit 3c3c4fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/addrman.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ class CAddrMan
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)
CAddress Select_();

#ifdef DEBUG_ADDRMAN
Expand Down Expand Up @@ -531,7 +530,6 @@ class CAddrMan

/**
* Choose an address to connect to.
* nUnkBias determines how much "new" entries are favored over "tried" ones (0-100).
*/
CAddress Select()
{
Expand Down

0 comments on commit 3c3c4fa

Please sign in to comment.