Update message_compact_blocks.rs
This commit is contained in:
parent
f554b01e82
commit
1af34f92c5
|
@ -9,7 +9,7 @@ use crate::internal_macros::impl_consensus_encoding;
|
||||||
/// sendcmpct message
|
/// sendcmpct message
|
||||||
#[derive(PartialEq, Eq, Clone, Debug, Copy, PartialOrd, Ord, Hash)]
|
#[derive(PartialEq, Eq, Clone, Debug, Copy, PartialOrd, Ord, Hash)]
|
||||||
pub struct SendCmpct {
|
pub struct SendCmpct {
|
||||||
/// Request to be send compact blocks.
|
/// Request to be sent compact blocks.
|
||||||
pub send_compact: bool,
|
pub send_compact: bool,
|
||||||
/// Compact Blocks protocol version number.
|
/// Compact Blocks protocol version number.
|
||||||
pub version: u64,
|
pub version: u64,
|
||||||
|
|
Loading…
Reference in New Issue