Skip to content

Commit

Permalink
added chain checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy committed Jun 15, 2022
1 parent 573cda7 commit e097660
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,9 @@ class CMainParams : public CChainParams {

checkpointData = (CCheckpointData) {
{
{ 0, uint256S("0x000000653e8973d6062da09bb5aa194c30f62d14bb0d763d4a2b7d08637a3fbe")}
{ 0, uint256S("0x000000653e8973d6062da09bb5aa194c30f62d14bb0d763d4a2b7d08637a3fbe")},
{1000, uint256S("0x000000057a2dabb2e5569b753b4dec03cd49f25853b5aa92a40be8b16f444fcc")},
{10000, uint256S("0x0000000001664f77084f1c0a86aeefa443885321d7bd0d1a89521f071b7529ee")}
}
};

Expand Down

0 comments on commit e097660

Please sign in to comment.