Last genesis for T4, unless I messed up something

This commit is contained in:
Ignotus Peverell
2018-10-17 19:36:12 +00:00
parent 6db0bcefa5
commit b5cb227322
3 changed files with 11 additions and 12 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, 0x34];
const MAGIC: [u8; 2] = [0x54, 0x34];
/// Size in bytes of a message header
pub const HEADER_LEN: u64 = 11;