diff --git a/configure.ac b/configure.ac index b47d40419..cd0a83d36 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, 0) define(_CLIENT_VERSION_MINOR, 15) -define(_CLIENT_VERSION_REVISION, 2) +define(_CLIENT_VERSION_REVISION, 3) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2018) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 73bd1ae91..ac2ca84fa 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -169,7 +169,7 @@ public: 1712909024, // * UNIX timestamp of last known number of transactions 21617, // * total number of transactions between genesis and that timestamp // (the tx=... number in the SetBestChain debug.log lines) - 0.0268 // * estimated number of transactions per second after that timestamp + 0.0 // * estimated number of transactions per second after that timestamp }; } };