Skip to content

Commit

Permalink
Update chainparam checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptAxe committed May 29, 2024
1 parent b5e5df0 commit 241ced2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ class CMainParams : public CChainParams {
consensus.nMinimumChainWork = uint256S("0x00");

// By default assume that the signatures in ancestors of this block are valid.
consensus.defaultAssumeValid = uint256S("0x7794605b0ea06e5bc665b8f7f945d36099b81e90d4220d18b6560ed60a6bf20e");
consensus.defaultAssumeValid = uint256S("0x134a2a62ed90c0f92a9ace3a0f36a0624f66be03fb365111058791ca2e219d23");

consensus.MinimumHeight = 93209;
consensus.MinimumHeight = 102478;

/**
* The message start string is designed to be unlikely to occur in normal data.
Expand Down Expand Up @@ -140,6 +140,7 @@ class CMainParams : public CChainParams {
{10000, uint256S("56eb7bc17defe42c14e67e21e338d84ae905294abc128ca9ab2ffc8c2eb2656f")},
{60365, uint256S("7794605b0ea06e5bc665b8f7f945d36099b81e90d4220d18b6560ed60a6bf20e")},
{93209, uint256S("2913c7c4c9722a26fee70d3e6aed621732cb1d9abdd612b54523260a4e90c0d4")},
{102478, uint256S("134a2a62ed90c0f92a9ace3a0f36a0624f66be03fb365111058791ca2e219d23")},

}
};
Expand Down

0 comments on commit 241ced2

Please sign in to comment.