aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorinstagibbs <[email protected]>2016-09-21 17:34:10 -0400
committerinstagibbs <[email protected]>2016-09-22 08:19:44 -0400
commitb5ccded57faff58f6291a0b19bb2db978ab0e8e0 (patch)
treecc6b2b49484e4586185196c3ba57c0538c2664ae /src
parentMerge #8739: [qa] Fix broken sendcmpct test in p2p-compactblocks.py (diff)
downloaddiscoin-b5ccded57faff58f6291a0b19bb2db978ab0e8e0.tar.xz
discoin-b5ccded57faff58f6291a0b19bb2db978ab0e8e0.zip
Comment on CConnman::nLocalServices meaning
Diffstat (limited to 'src')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index 017385466..d0b277362 100644
--- a/src/net.h
+++ b/src/net.h
@@ -677,6 +677,7 @@ private:
uint64_t nLocalHostNonce;
+ // Services offered to this peer
ServiceFlags nLocalServices;
int nMyStartingHeight;
public: