diff options
author | instagibbs <gsanders87@gmail.com> | 2016-09-21 17:34:10 -0400 |
---|---|---|
committer | instagibbs <gsanders87@gmail.com> | 2016-09-22 08:19:44 -0400 |
commit | b5ccded57faff58f6291a0b19bb2db978ab0e8e0 (patch) | |
tree | cc6b2b49484e4586185196c3ba57c0538c2664ae | |
parent | 1c24d5f637201b46a621f6e8e0247bc8bdc52f6a (diff) |
Comment on CConnman::nLocalServices meaning
-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: |