mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge #8505: Trivial: Fix typos in various files
1aacfc2 various typos (leijurv)
This commit is contained in:
commit
e753eaeb34
7 changed files with 9 additions and 9 deletions
|
|
@ -1682,7 +1682,7 @@ void ThreadOpenConnections()
|
|||
if (nANow - addr.nLastTry < 600 && nTries < 30)
|
||||
continue;
|
||||
|
||||
// only consider nodes missing relevant services after 40 failed attemps
|
||||
// only consider nodes missing relevant services after 40 failed attempts
|
||||
if ((addr.nServices & nRelevantServices) != nRelevantServices && nTries < 40)
|
||||
continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue