Merge rust-bitcoin/rust-bitcoin#4349: minor docstring fixups message.rs
793920d6bf
minor docstring fixups message.rs (Bilog WEB3)
Pull request description:
Please fix this error, thank you
ACKs for top commit:
apoelstra:
ACK 793920d6bf7437e6f4f24d794818e885094992d8; successfully ran local tests
Tree-SHA512: 5e152299ceab2962ac841a3935877a2264654e7f1d296c0486b2548f57f9cc9106590f6fc92b0a4adaba44d909457e932cd706e76ab814067c5972afa4d8ab93
This commit is contained in:
commit
7d05078b6a
|
@ -27,7 +27,7 @@ use crate::{block, consensus, transaction};
|
||||||
pub const MAX_INV_SIZE: usize = 50_000;
|
pub const MAX_INV_SIZE: usize = 50_000;
|
||||||
|
|
||||||
/// Maximum size, in bytes, of an encoded message
|
/// 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;
|
pub const MAX_MSG_SIZE: usize = 5_000_000;
|
||||||
|
|
||||||
/// Serializer for command string
|
/// Serializer for command string
|
||||||
|
|
Loading…
Reference in New Issue