aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-09-22 16:40:59 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-09-22 16:41:02 +0200
commit2b514aa2eae61839ad162b2f6e5ba69ef96c5c97 (patch)
tree91ade2920e6ea9177358d50e80bb342a0c8305f8 /src
parent26b370a93700d81ab92b528c3194bd90234b07ce (diff)
parentb5ccded57faff58f6291a0b19bb2db978ab0e8e0 (diff)
downloadbitcoin-2b514aa2eae61839ad162b2f6e5ba69ef96c5c97.tar.xz
Merge #8785: Comment on CNode::nLocalServices meaning
b5ccded Comment on CConnman::nLocalServices meaning (instagibbs)
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 0173854669..d0b2773623 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: