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.
This commit is contained in:
Henry de Valence 2019-11-13 14:03:59 -08:00 committed by Deirdre Connolly
parent 9a0bffecb8
commit d170608c13
1 changed files with 0 additions and 3 deletions

View File

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