Skip to content

Commit

Permalink
Change testnet network magics.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebfull committed May 17, 2016
1 parent bf2e312 commit 383f8b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ class CTestNetParams : public CMainParams {
consensus.nMajorityWindow = 100;
consensus.powLimit = uint256S("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.fPowAllowMinDifficultyBlocks = true;
pchMessageStart[0] = 0x01;
pchMessageStart[1] = 0x22;
pchMessageStart[2] = 0xaa;
pchMessageStart[3] = 0x1a;
pchMessageStart[0] = 0xf1;
pchMessageStart[1] = 0x2d;
pchMessageStart[2] = 0xea;
pchMessageStart[3] = 0x1c;
vAlertPubKey = ParseHex("04302390343f91cc401d56d68b123028bf52e5fca1939df127f63c6467cdf9c8e2c14b61104cf817d0b780da337893ecc4aaff1309e536162dabbdb45200ca2b0a");
nDefaultPort = 18333;
nMinerThreads = 0;
Expand Down

0 comments on commit 383f8b0

Please sign in to comment.