diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-05-17 10:21:27 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-05-17 10:24:16 -0400 |
commit | facdeea2b25ef36e37b6ada58ea390a72d11a4b2 (patch) | |
tree | 26dbd2c26ffedc99c18086da46d79d388222435c /src/protocol.h | |
parent | dc5333d31f280e09bb1e8cdacfbe842f4ab9e69b (diff) |
net: Remove un-actionable TODO
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/protocol.h b/src/protocol.h index dfcb0e0660..4ab73973b8 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; }; |