Update message_compact_blocks.rs

This commit is contained in:
GarmashAlex 2025-04-24 16:28:38 +03:00 committed by GitHub
parent f554b01e82
commit 1af34f92c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ use crate::internal_macros::impl_consensus_encoding;
/// sendcmpct message
#[derive(PartialEq, Eq, Clone, Debug, Copy, PartialOrd, Ord, Hash)]
pub struct SendCmpct {
/// Request to be send compact blocks.
/// Request to be sent compact blocks.
pub send_compact: bool,
/// Compact Blocks protocol version number.
pub version: u64,