Remove InventoryType::MsgCmpctBlock

From BIP-152, which is not implemented by Zcash.
This commit is contained in:
Deirdre Connolly 2019-09-18 17:21:41 -04:00
parent 7020a31950
commit eb3094893c
1 changed files with 0 additions and 8 deletions

View File

@ -41,14 +41,6 @@ pub enum InventoryType {
// XXX: Since we don't intend to include the bloom filter to
// start, do we need this?
MsgFilteredBlock = 0x03,
/// Hash of a block header, but only to be used in getdata
/// message. Indicates the reply should be a cmpctblock
/// message. See
/// [BIP-152](https://github.com/bitcoin/bips/blob/master/bip-0152.mediawiki)
/// for more info.
// XXX We may not need this, pzec does not.
MsgCmpctBlock = 0x04,
}
/// Inventory Vector