diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-08-18 16:45:24 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-08-18 16:45:24 +0200 |
commit | 30c8a4084737bc6c8f2969f796acc56cdafb80fa (patch) | |
tree | 90279531d6127e3590dd466e10ee4ff6816accd4 /src | |
parent | 221497c61bf092cf0d7d3ba45454a7fdea976ee0 (diff) |
fix a comment in addrman.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/addrman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addrman.cpp b/src/addrman.cpp index acd0d46790..321ebd1e2b 100644 --- a/src/addrman.cpp +++ b/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) { |