Skip to content

Commit 12b631b

Browse files
committed
Merge pull request #9 from x-slacks/checkpoints
Checkpoints
2 parents 8d12449 + 244d156 commit 12b631b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/checkpoints.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ namespace Checkpoints
4141
( 8064, uint256("0x76ef2061b587842f424aae28fcab25fb8434612b58125258292799aaaed0f833"))
4242
( 12096, uint256("0x5abe39584788a018296d97a6f00ca80c81603ebbe8ad84af5778e7d6fcdbed70"))
4343
( 13422, uint256("0xc70a40fe1c53e5525636644e625d4c38c8493b180a0ca81c9d7c9801748e6b52"))
44+
( 14496, uint256("0xd50a2656a6ac593ebb034c1d5ca5eac93220455727f677e7506629f61d566239"))
45+
( 15809, uint256("0x31cdc96eb5510e69bf2635b76b0266c0065839685bb30d9b94224d9a5c972b78"))
4446
;
4547
static const CCheckpointData data = {
4648
&mapCheckpoints,
47-
1398198862, // * UNIX timestamp of last checkpoint block
48-
14580, // * total number of transactions between genesis and last checkpoint
49+
1399736336, // * UNIX timestamp of last checkpoint block
50+
18226, // * total number of transactions between genesis and last checkpoint
4951
// (the tx=... number in the SetBestChain debug.log lines)
5052
600.0 // * estimated number of transactions per day after checkpoint
5153
};

0 commit comments

Comments
 (0)