changed magic bytes

This commit is contained in:
Rizki Wicaksono 2018-02-11 03:41:01 +00:00
parent 37ee468599
commit 3a2701ca0f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ static const char* ppszTypeName[] =
"block",
};
unsigned char pchMessageStart[4] = { 0xf9, 0xbe, 0xb4, 0xd9 };
unsigned char pchMessageStart[4] = { 0x24, 0xe9, 0x27, 0x64 };
CMessageHeader::CMessageHeader()
{