From b5ccded57faff58f6291a0b19bb2db978ab0e8e0 Mon Sep 17 00:00:00 2001 From: instagibbs Date: Wed, 21 Sep 2016 17:34:10 -0400 Subject: Comment on CConnman::nLocalServices meaning --- src/net.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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: -- cgit v1.2.3