Remove InventoryType::MsgCmpctBlock
From BIP-152, which is not implemented by Zcash.
This commit is contained in:
parent
3032da8b1b
commit
60fb4f6bb0
|
@ -41,14 +41,6 @@ pub enum InventoryType {
|
||||||
// XXX: Since we don't intend to include the bloom filter to
|
// XXX: Since we don't intend to include the bloom filter to
|
||||||
// start, do we need this?
|
// start, do we need this?
|
||||||
MsgFilteredBlock = 0x03,
|
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
|
/// Inventory Vector
|
||||||
|
|
Loading…
Reference in New Issue