Skip to content

Commit

Permalink
Merge pull request #710 from charlesrocket/testnet-upd
Browse files Browse the repository at this point in the history
Edit testnet magic
  • Loading branch information
charlesrocket committed Oct 17, 2020
2 parents db642fc + 606d1e3 commit f7748e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 6)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2020)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
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 f7748e5

Please sign in to comment.