mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
fix a comment in addrman.cpp
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user