From beb72080cb0579083136ddc26e09e23ff2f66c2b Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 28 Jan 2020 19:03:22 -0500 Subject: [PATCH] Delete out of date comment on incomplete Message variants --- zebra-network/src/protocol/external/message.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zebra-network/src/protocol/external/message.rs b/zebra-network/src/protocol/external/message.rs index e73c4761..c5f831e7 100644 --- a/zebra-network/src/protocol/external/message.rs +++ b/zebra-network/src/protocol/external/message.rs @@ -28,12 +28,6 @@ use crate::meta_addr::MetaAddr; /// during serialization). /// /// [btc_wiki_protocol]: https://en.bitcoin.it/wiki/Protocol_documentation -// -// XXX not all messages are filled in yet. Messages written as { /* XXX add -// fields */ } are explicitly incomplete and we need to define a mapping between -// the serialized message data and the internal representation. Note that this -// is different from messages like GetAddr which have no data (and so have no -// fields). #[derive(Clone, Debug, Eq, PartialEq)] pub enum Message { /// A `version` message.