Update pchMessageStart for the z9 testnet. ⚧Ⓐ

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2016-08-25 15:55:51 +01:00
parent d3f6eed98b
commit 727ed5ffa3
1 changed files with 4 additions and 4 deletions

View File

@ -148,10 +148,10 @@ public:
consensus.nMajorityWindow = 400;
consensus.powLimit = uint256S("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.fPowAllowMinDifficultyBlocks = true;
pchMessageStart[0] = 0x18;
pchMessageStart[1] = 0x28;
pchMessageStart[2] = 0x38;
pchMessageStart[3] = 0x48;
pchMessageStart[0] = 0x26;
pchMessageStart[1] = 0xA7;
pchMessageStart[2] = 0x24;
pchMessageStart[3] = 0xB6;
vAlertPubKey = ParseHex("044e7a1553392325c871c5ace5d6ad73501c66f4c185d6b0453cf45dec5a1322e705c672ac1a27ef7cdaf588c10effdf50ed5f95f85f2f54a5f6159fca394ed0c6");
nDefaultPort = 18233;
nMinerThreads = 0;