Skip to content

Commit

Permalink
Merge pull request #68 from tohsnoom/release16
Browse files Browse the repository at this point in the history
Updated version and checkpoint for v0.16.0 release
  • Loading branch information
tohsnoom committed Dec 8, 2018
2 parents c65d423 + eabbe96 commit 132cdf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,8 +1,8 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 15)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_MINOR, 16)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
Expand Down
7 changes: 4 additions & 3 deletions src/chainparams.cpp
Expand Up @@ -62,12 +62,13 @@ static Checkpoints::MapCheckpoints mapCheckpoints =
(30000, uint256("8c65cf5033aa6b6ea4254c830c4c77c4de30875e6ba5ee619b31350bc314b7cf"))
(31331, uint256("f88c7264a05c05033a98c92088613880cd4d210aab12367eb48d5fe3a0189672"))
(32848, uint256("352431d65a69b3425ce508cfbbff077c8fdc2833a84e6e239f0ba8e7300e9744"))
(31562, uint256("7738a178f95139b2cd6b2120b19584cc17a2a28a00962b5d28978cd199427821"));
(31562, uint256("7738a178f95139b2cd6b2120b19584cc17a2a28a00962b5d28978cd199427821"))
(126438, uint256("7f0c69501d91e4a4ed413bf9942972cf489e79034a0af4a6440fa513c037140d"));

static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
1538577068, // * UNIX timestamp of last checkpoint block
64410, // * total number of transactions between genesis and last checkpoint
1544241064, // * UNIX timestamp of last checkpoint block
259966, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
2000 // * estimated number of transactions per day after checkpoint
};
Expand Down

0 comments on commit 132cdf9

Please sign in to comment.