Skip to content

Commit

Permalink
Correct checkpoint block number (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromgk authored and devfsc committed Feb 4, 2018
1 parent 16b6ecf commit 2ad45c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class CMainParams : public CChainParams {
checkpointData = (CCheckpointData) {
boost::assign::map_list_of
( 100, uint256S("0x000005065df82218140bc7c59cfd6913eaa5a88f3255ccc977c546cb0beb9ff0")),
( 7250, uint256S("0x00000000000b7d73439cae777bae147b8daaee692a9e5e06fd8466749de39465")),
( 7200, uint256S("0x00000000000b7d73439cae777bae147b8daaee692a9e5e06fd8466749de39465")),
1517696635, // * UNIX timestamp of last checkpoint block
0, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
Expand Down

0 comments on commit 2ad45c1

Please sign in to comment.