minor docstring fixups message.rs

This commit is contained in:
Bilog WEB3 2025-04-15 16:28:26 +02:00 committed by GitHub
parent a7c7ff94a6
commit 793920d6bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ use crate::{block, consensus, transaction};
pub const MAX_INV_SIZE: usize = 50_000;
/// Maximum size, in bytes, of an encoded message
/// This by necessity should be larger tham `MAX_VEC_SIZE`
/// This by necessity should be larger than `MAX_VEC_SIZE`
pub const MAX_MSG_SIZE: usize = 5_000_000;
/// Serializer for command string