Skip to content

Commit

Permalink
Merge pull request #2756 from jamescowens/update_checkpoint_data
Browse files Browse the repository at this point in the history
consensus: Update checkpoint data for mainnet and testnet
  • Loading branch information
jamescowens authored Apr 3, 2024
2 parents 12951c1 + 745db52 commit fe6cfa1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ class CMainParams : public CChainParams {
{2400000, uint256S("0xf67b595e02e22a02498dfab853e2fabe6e74298a8d83ddc6115c37eaa5808bf6")},
{2600000, uint256S("0xc86624a7f4dde5046d9b62aa2e177a46c60845684702ea3fd49ff40f4f2418f6")},
{2800000, uint256S("0x09af79c7da8880f7aa56687baf59f35a9d489037f3271938f85b3317d08a8476")},
{3000000, uint256S("0xc991e619995b65af5af5fe13bb8d61d60c8bb0f4eb2f1472abc058c7aac28a13")},
{3200000, uint256S("0xbf56ac3d117b7e24ca9d2082961a53bb4f77cd43eaa2a036628c97d2e1bc0cd2")},
}
};

Expand Down Expand Up @@ -220,7 +222,8 @@ class CTestNetParams : public CChainParams {

checkpointData = {
{
{0, uint256S("00006e037d7b84104208ecf2a8638d23149d712ea810da604ee2f2cb39bae713")},
{0, uint256S("0x00006e037d7b84104208ecf2a8638d23149d712ea810da604ee2f2cb39bae713")},
{2400000, uint256S("0x962b7607f8ffceb5c77951d242caed3f94f465f8529d924338700895ff8ed458")},
}
};

Expand Down

0 comments on commit fe6cfa1

Please sign in to comment.