Introduce REQUIRED_SERVICES constant

This commit is contained in:
Pieter Wuille
2016-06-13 16:01:21 +02:00
parent ee06e04369
commit ecd7fd37c8
3 changed files with 4 additions and 2 deletions

View File

@@ -1596,7 +1596,7 @@ void ThreadOpenConnections()
continue;
// only connect to full nodes
if (!(addr.nServices & NODE_NETWORK))
if ((addr.nServices & REQUIRED_SERVICES) != REQUIRED_SERVICES)
continue;
// only consider very recently tried nodes after 30 failed attempts