From b5ccded57faff58f6291a0b19bb2db978ab0e8e0 Mon Sep 17 00:00:00 2001
From: instagibbs <gsanders87@gmail.com>
Date: Wed, 21 Sep 2016 17:34:10 -0400
Subject: [PATCH] Comment on CConnman::nLocalServices meaning

---
 src/net.h | 1 +
 1 file changed, 1 insertion(+)

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: