diff options
| author | Jeff Garzik <[email protected]> | 2012-08-18 09:15:11 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-18 09:15:11 -0700 |
| commit | 89a7bd644f1b76d7bc94f6a79d7ec42320095f4c (patch) | |
| tree | 90279531d6127e3590dd466e10ee4ff6816accd4 /src/addrman.cpp | |
| parent | Merge pull request #1673 from Diapolo/Qt_Win_ASLR_DEP_linker_flag (diff) | |
| parent | fix a comment in addrman.cpp (diff) | |
| download | discoin-89a7bd644f1b76d7bc94f6a79d7ec42320095f4c.tar.xz discoin-89a7bd644f1b76d7bc94f6a79d7ec42320095f4c.zip | |
Merge pull request #1686 from Diapolo/fix_comment
fix a comment in addrman.cpp
Diffstat (limited to 'src/addrman.cpp')
| -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 acd0d4679..321ebd1e2 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) { |