diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-22 16:40:59 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-22 16:41:02 +0200 |
commit | 2b514aa2eae61839ad162b2f6e5ba69ef96c5c97 (patch) | |
tree | 91ade2920e6ea9177358d50e80bb342a0c8305f8 | |
parent | 26b370a93700d81ab92b528c3194bd90234b07ce (diff) | |
parent | b5ccded57faff58f6291a0b19bb2db978ab0e8e0 (diff) |
Merge #8785: Comment on CNode::nLocalServices meaning
b5ccded Comment on CConnman::nLocalServices meaning (instagibbs)
-rw-r--r-- | src/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -677,6 +677,7 @@ private: uint64_t nLocalHostNonce; + // Services offered to this peer ServiceFlags nLocalServices; int nMyStartingHeight; public: |