Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update chainparams checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptAxe committed May 22, 2024
1 parent 2a07f36 commit 5159ba2
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 @@ -98,7 +98,7 @@ class CMainParams : public CChainParams {
// By default assume that the signatures in ancestors of this block are valid.
consensus.defaultAssumeValid = uint256S("0x7794605b0ea06e5bc665b8f7f945d36099b81e90d4220d18b6560ed60a6bf20e");

consensus.MinimumHeight = 60300;
consensus.MinimumHeight = 93209;

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

}
};

Expand Down

0 comments on commit 5159ba2

Please sign in to comment.