aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2020-05-17 10:21:27 -0400
committerMarcoFalke <[email protected]>2020-05-17 10:24:16 -0400
commitfacdeea2b25ef36e37b6ada58ea390a72d11a4b2 (patch)
tree26dbd2c26ffedc99c18086da46d79d388222435c
parentMerge #18938: tests: Fill fuzzing coverage gaps for functions in consensus/va... (diff)
downloaddiscoin-facdeea2b25ef36e37b6ada58ea390a72d11a4b2.tar.xz
discoin-facdeea2b25ef36e37b6ada58ea390a72d11a4b2.zip
net: Remove un-actionable TODO
-rw-r--r--src/protocol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/protocol.h b/src/protocol.h
index dfcb0e066..4ab73973b 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;
};