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:
parent
dc5333d31f
commit
facdeea2b2
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue