From 793920d6bf7437e6f4f24d794818e885094992d8 Mon Sep 17 00:00:00 2001 From: Bilog WEB3 <155262265+Bilogweb3@users.noreply.github.com> Date: Tue, 15 Apr 2025 16:28:26 +0200 Subject: [PATCH] minor docstring fixups message.rs --- bitcoin/src/p2p/message.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/src/p2p/message.rs b/bitcoin/src/p2p/message.rs index 100142bc1..a78bf9c7e 100644 --- a/bitcoin/src/p2p/message.rs +++ b/bitcoin/src/p2p/message.rs @@ -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