Remove outdated comment (we use tokio codecs now)

This commit is contained in:
Henry de Valence 2020-02-05 13:12:53 -08:00 committed by Deirdre Connolly
parent ab94acf7da
commit b0f61c4dd2
1 changed files with 0 additions and 3 deletions

View File

@ -222,9 +222,6 @@ pub enum Message {
/// `getblocks`.
///
/// [Bitcoin reference](https://en.bitcoin.it/wiki/Protocol_documentation#inv)
// XXX the bitcoin reference above suggests this can be 1.8 MB in bitcoin -- maybe
// larger in Zcash, since Zcash objects could be bigger (?) -- does this tilt towards
// having serialization be async?
Inv(Vec<InventoryHash>),
/// A `getdata` message.