[T4] diff change (#1769)

* pre-t4 again

* rustfmt
This commit is contained in:
Yeastplume
2018-10-17 13:48:18 +01:00
committed by GitHub
parent 404165a8fd
commit 5cec885ef5
4 changed files with 87 additions and 88 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ pub const PROTOCOL_VERSION: u32 = 1;
pub const USER_AGENT: &'static str = concat!("MW/Grin ", env!("CARGO_PKG_VERSION"));
/// Magic number expected in the header of every message
const MAGIC: [u8; 2] = [0x47, 0x32];
const MAGIC: [u8; 2] = [0x47, 0x33];
/// Size in bytes of a message header
pub const HEADER_LEN: u64 = 11;