Skip to content

Commit

Permalink
update checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
protonn committed Apr 27, 2018
1 parent e4d091b commit 87ee500
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 4)
define(_CLIENT_VERSION_MINOR, 14)
define(_CLIENT_VERSION_REVISION, 4)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_BUILD, 2)
define(_CLIENT_VERSION_IS_RELEASE, true)

define(_COPYRIGHT_YEAR, 2018)
Expand Down
5 changes: 3 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,13 @@ class CMainParams : public CChainParams {
(2387838, uint256S("0x00000000000000254214c9f9fbdd39c07072b43df52f35a910509f4c5406c272"))
(2400814, uint256S("0x6b5b226b0f896a286c0768f51c128fa4d9be6bb985c264b19ecb180e8b81e4b4"))
(2855151, uint256S("0x43964064d8605d2bb89972f07919dc5b1a00457b3919eb6010003c8d0b242c93"))
(3056860, uint256S("0x5c05ff869078b2e545f0d927307b0ba3f20b0aaaebdb4eb19f37e1e6f94b74c2"))
};

chainTxData = ChainTxData{
// Data as of block 00000000000000000166d612d5595e2b1cd88d71d695fc580af64d8da8658c23 (height 2210002).
1515539327, // * UNIX timestamp of last known number of transactions
3140727, // * total number of transactions between genesis and that timestamp
1524701122, // * UNIX timestamp of last known number of transactions
3364024, // * total number of transactions between genesis and that timestamp
// (the tx=... number in the SetBestChain debug.log lines)
0.0347 // * estimated number of transactions per second after that timestamp
};
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define CLIENT_VERSION_MAJOR 4
#define CLIENT_VERSION_MINOR 14
#define CLIENT_VERSION_REVISION 4
#define CLIENT_VERSION_BUILD 1
#define CLIENT_VERSION_BUILD 2

//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down

0 comments on commit 87ee500

Please sign in to comment.