From facdeea2b25ef36e37b6ada58ea390a72d11a4b2 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 17 May 2020 10:21:27 -0400 Subject: [PATCH] net: Remove un-actionable TODO --- src/protocol.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/protocol.h b/src/protocol.h index dfcb0e0660c..4ab73973b86 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -360,8 +360,6 @@ public: READWRITEAS(CService, *this); } - // TODO: make private (improves encapsulation) -public: ServiceFlags nServices; // disk and network only @@ -410,7 +408,6 @@ public: std::string GetCommand() const; std::string ToString() const; -public: int type; uint256 hash; };