diff options
Diffstat (limited to 'src')
-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; }; |