Skip to content

Commit

Permalink
Merge pull request #17 from coolblock/master
Browse files Browse the repository at this point in the history
bug in checkpoints fixed
  • Loading branch information
coolblock committed Jan 22, 2019
2 parents 99fbadc + 3aa27c8 commit ada9b72
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/chainparams.cpp
Expand Up @@ -172,14 +172,14 @@ class CMainParams : public CChainParams {
( 5290, uint256S("0x000000000346e7d6b167a7aeccf6e521d9d78a7e0fe95f5b47d854b0bfc23654"))
(161000, uint256S("0x0000000000f55b8708a236b2c8057d8396023d5d56ec2d1b120af40e3073755e"))
(304500, uint256S("0x000000001791f3f7d83ddb62333dbeeedcb61403b8931cafe66835edfad20090"))
(305000, uint256S("000000000fe61fa890e38551a6b09c885cd654f41929826f5c949c737a62830d"))
(305500, uint256S("000000001357f8392867ce9194e6bf27ab36cf720ca321090a9ba3397852a231"))
(306000, uint256S("000000000a0ceb4c9681b411a39c922bc57717aefe3e621cceb3ff5022e831b4"))
(306500, uint256S("0000000001473705e8838c283bc18bcbecb28d4de047ce7810f89dc15c8f0b85"))
(307000, uint256S("000000000525621400e9d10a79b02237194e34667b73898cd5f9fc99ea58ec7a"))
(337418, uint256S("000000001d8e498bbd22dca1ac0d6e5e234e2cc4e090130299a9a640f6d0a105"))
(307500, uint256S("0000000021ba9398d0458721e41a362396c31abcb751cf4520ce973b5f2d96d6"))
(308000, uint256S("0000000018ee47a3c93296309ce207724868232706f59a6937362581476ce462")),
(305000, uint256S("0x000000000fe61fa890e38551a6b09c885cd654f41929826f5c949c737a62830d"))
(305500, uint256S("0x000000001357f8392867ce9194e6bf27ab36cf720ca321090a9ba3397852a231"))
(306000, uint256S("0x000000000a0ceb4c9681b411a39c922bc57717aefe3e621cceb3ff5022e831b4"))
(306500, uint256S("0x0000000001473705e8838c283bc18bcbecb28d4de047ce7810f89dc15c8f0b85"))
(307000, uint256S("0x000000000525621400e9d10a79b02237194e34667b73898cd5f9fc99ea58ec7a"))
(337418, uint256S("0x000000001d8e498bbd22dca1ac0d6e5e234e2cc4e090130299a9a640f6d0a105"))
(307500, uint256S("0x0000000021ba9398d0458721e41a362396c31abcb751cf4520ce973b5f2d96d6"))
(308000, uint256S("0x0000000018ee47a3c93296309ce207724868232706f59a6937362581476ce462")),
1543442279, // * UNIX timestamp of last checkpoint block
5000, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
Expand Down

0 comments on commit ada9b72

Please sign in to comment.