net: Remove un-actionable TODO

This commit is contained in:
MarcoFalke 2020-05-17 10:21:27 -04:00
parent dc5333d31f
commit facdeea2b2
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

View File

@ -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;
};