aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2016-05-25 17:18:37 +0200
committerPieter Wuille <[email protected]>2016-06-13 17:40:16 +0200
commit15bf863219abe968ebe9e59fed4806c9fd07a58b (patch)
tree0b232eb744a121b4679e078c8bb1849ec78ba298 /src/protocol.cpp
parentOnly store and connect to NODE_NETWORK nodes (diff)
downloaddiscoin-15bf863219abe968ebe9e59fed4806c9fd07a58b.tar.xz
discoin-15bf863219abe968ebe9e59fed4806c9fd07a58b.zip
Don't require services in -addnode
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r--src/protocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp
index 8c4bd0572..a46051b84 100644
--- a/src/protocol.cpp
+++ b/src/protocol.cpp
@@ -141,7 +141,7 @@ CAddress::CAddress(CService ipIn, uint64_t nServicesIn) : CService(ipIn)
void CAddress::Init()
{
- nServices = NODE_NETWORK;
+ nServices = 0;
nTime = 100000000;
}