diff --git a/configure.ac b/configure.ac index 9f8e15901987f..18b0105675630 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 1) define(_CLIENT_VERSION_MINOR, 7) -define(_CLIENT_VERSION_REVISION, 0) +define(_CLIENT_VERSION_REVISION, 1) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2019) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index fe4454ee67352..ef97143f80bc6 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -81,12 +81,13 @@ static Checkpoints::MapCheckpoints mapCheckpoints = (1119060, uint256("58b0080c0c90a63c2add392f0c2847bed05354f023dd1a9f8d10c8c96ae4bdb5")) (1426250, uint256("9bff7d1d1e68ebd1efc239569e7a92d1dc66c36c0ffc8d0afb2767cf2bb582f9")) (1474699, uint256("d62b044bc1189e94775942913dec19b9b0121b3f1e06a3c53e9ba8439a81ca04")) - (1717390, uint256("1e29b76e9ba2003eefa8d4f91872fb742e9e32ac1b390ee53511879ee4f0c6dc")); + (1717390, uint256("1e29b76e9ba2003eefa8d4f91872fb742e9e32ac1b390ee53511879ee4f0c6dc")) + (1989600, uint256("1d54451d165adffdba72663288ad292ee97cae9c4a839cd671fa71fe2705bac1")); static const Checkpoints::CCheckpointData data = { &mapCheckpoints, - 1609699341, // * UNIX timestamp of last checkpoint block - 4422836, // * total number of transactions between genesis and last checkpoint + 1626359892, // * UNIX timestamp of last checkpoint block + 5248118, // * total number of transactions between genesis and last checkpoint // (the tx=... number in the SetBestChain debug.log lines) 1500 // * estimated number of transactions per day after checkpoint };