0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

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