fix a comment in addrman.cpp

This commit is contained in:
Philip Kaufmann 2012-08-18 16:45:24 +02:00
parent 221497c61b
commit 30c8a40847
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{