From d170608c139e9ebc5532e0a879e20a191365dd11 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Wed, 13 Nov 2019 14:03:59 -0800 Subject: [PATCH] Remove outdated note. The MetaAddr type is used not just in the Bitcoin code so it doesn't make sense to keep it in the Bitcoin protocol implementation. --- zebra-network/src/meta_addr.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/zebra-network/src/meta_addr.rs b/zebra-network/src/meta_addr.rs index af6c841b..bc8784b9 100644 --- a/zebra-network/src/meta_addr.rs +++ b/zebra-network/src/meta_addr.rs @@ -18,9 +18,6 @@ use crate::protocol::types::PeerServices; /// An address with metadata on its advertised services and last-seen time. /// /// [Bitcoin reference](https://en.bitcoin.it/wiki/Protocol_documentation#Network_address) -// XXX determine whether we will use this struct in *our* networking handling -// code, or just in the definitions of the networking protocol (in which case -// it should live in the protocol submodule) #[derive(Copy, Clone, Debug, Eq, PartialEq)] pub struct MetaAddr { /// The peer's address.