Browse Source

fix a comment in addrman.cpp

pull/145/head
Philip Kaufmann 12 years ago
parent
commit
30c8a40847
  1. 2
      src/addrman.cpp

2
src/addrman.cpp

@ -410,7 +410,7 @@ CAddress CAddrMan::Select_(int nUnkBias)
fChanceFactor *= 1.2;
}
} else {
// use an new node
// use a new node
double fChanceFactor = 1.0;
while(1)
{

Loading…
Cancel
Save