aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-05-17 10:21:27 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-05-17 10:24:16 -0400
commitfacdeea2b25ef36e37b6ada58ea390a72d11a4b2 (patch)
tree26dbd2c26ffedc99c18086da46d79d388222435c /src/protocol.h
parentdc5333d31f280e09bb1e8cdacfbe842f4ab9e69b (diff)
downloadbitcoin-facdeea2b25ef36e37b6ada58ea390a72d11a4b2.tar.xz
net: Remove un-actionable TODO
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/protocol.h b/src/protocol.h
index dfcb0e0660..4ab73973b8 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;
};