Skip to content

Commit

Permalink
Last POW block changed to 39555
Browse files Browse the repository at this point in the history
  • Loading branch information
szhelonkin committed Jun 22, 2018
1 parent a0b26d6 commit 6c63f7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_MINOR, 2)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
Expand Down
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class CMainParams : public CChainParams
nMinerThreads = 0;
nTargetTimespan = 86400; // Keyco: 1 day
nTargetSpacing = 2 * 60; // Keyco: 1 minute
nLastPOWBlock = 400000;
nLastPOWBlock = 39555;
nMaturity = 100;
nMasternodeCountDrift = 20;
nMasternodeColleteralLimxDev = 1000; //Params().MasternodeColleteralLimxDev()
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

//! These need to be macros, as clientversion.cpp's and keyco*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_MINOR 2
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 3
//bitcoingui.cpp L116
Expand Down

0 comments on commit 6c63f7d

Please sign in to comment.