Merge pull request #1686 from Diapolo/fix_comment

fix a comment in addrman.cpp
This commit is contained in:
Jeff Garzik 2012-08-18 09:15:11 -07:00
commit 89a7bd644f

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