Delete out of date comment on incomplete Message variants

This commit is contained in:
Deirdre Connolly 2020-01-28 19:03:22 -05:00 committed by Deirdre Connolly
parent dd24dbece3
commit beb72080cb
1 changed files with 0 additions and 6 deletions

View File

@ -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.