Skip to content

Commit facdeea

Browse files
author
MarcoFalke
committed
net: Remove un-actionable TODO
1 parent dc5333d commit facdeea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/protocol.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,6 @@ class CAddress : public CService
360360
READWRITEAS(CService, *this);
361361
}
362362

363-
// TODO: make private (improves encapsulation)
364-
public:
365363
ServiceFlags nServices;
366364

367365
// disk and network only
@@ -410,7 +408,6 @@ class CInv
410408
std::string GetCommand() const;
411409
std::string ToString() const;
412410

413-
public:
414411
int type;
415412
uint256 hash;
416413
};

0 commit comments

Comments
 (0)