aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2016-05-25 17:18:37 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2016-06-13 17:40:16 +0200
commit15bf863219abe968ebe9e59fed4806c9fd07a58b (patch)
tree0b232eb744a121b4679e078c8bb1849ec78ba298 /src/protocol.h
parent5e7ab16d29ac66a5a5753dd4f59b6fb12e60654e (diff)
downloadbitcoin-15bf863219abe968ebe9e59fed4806c9fd07a58b.tar.xz
Don't require services in -addnode
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h
index 1b049e52af..c3f819aaee 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -251,7 +251,7 @@ class CAddress : public CService
{
public:
CAddress();
- explicit CAddress(CService ipIn, uint64_t nServicesIn = NODE_NETWORK);
+ explicit CAddress(CService ipIn, uint64_t nServicesIn);
void Init();