Skip to content

Commit

Permalink
Edit testnet magic
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Oct 16, 2020
1 parent db642fc commit cbbf404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ class CTestNetParams : public CChainParams {
pchMessageStart[0] = 0xce;
pchMessageStart[1] = 0xe2;
pchMessageStart[2] = 0xca;
pchMessageStart[3] = 0xff;
pchMessageStart[3] = 0xf1;
nDefaultPort = 19937;
nPruneAfterHeight = 1000;

Expand Down

0 comments on commit cbbf404

Please sign in to comment.