Skip to content

Commit

Permalink
change pchMessageStart for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynexus committed May 29, 2020
1 parent 7fa0d14 commit 5dd9728
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 @@ -629,10 +629,10 @@ class CTestNetParams : public CChainParams {

consensus.nMinRCTOutputDepth = 12;

pchMessageStart[0] = 0x1d;
pchMessageStart[1] = 0x8d;
pchMessageStart[2] = 0x3a;
pchMessageStart[3] = 0x7u;
pchMessageStart[0] = 0xfb;
pchMessageStart[1] = 0xc1;
pchMessageStart[2] = 0xb4;
pchMessageStart[3] = 0xdd;
nDefaultPort = 51928;
nBIP44ID = (int)WithHardenedBit(1);

Expand Down

0 comments on commit 5dd9728

Please sign in to comment.