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

Commit 5159ba2

Browse files
committed
Update chainparams checkpoints
1 parent 2a07f36 commit 5159ba2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/chainparams.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class CMainParams : public CChainParams {
9898
// By default assume that the signatures in ancestors of this block are valid.
9999
consensus.defaultAssumeValid = uint256S("0x7794605b0ea06e5bc665b8f7f945d36099b81e90d4220d18b6560ed60a6bf20e");
100100

101-
consensus.MinimumHeight = 60300;
101+
consensus.MinimumHeight = 93209;
102102

103103
/**
104104
* The message start string is designed to be unlikely to occur in normal data.
@@ -139,6 +139,8 @@ class CMainParams : public CChainParams {
139139
{
140140
{10000, uint256S("56eb7bc17defe42c14e67e21e338d84ae905294abc128ca9ab2ffc8c2eb2656f")},
141141
{60365, uint256S("7794605b0ea06e5bc665b8f7f945d36099b81e90d4220d18b6560ed60a6bf20e")},
142+
{93209, uint256S("2913c7c4c9722a26fee70d3e6aed621732cb1d9abdd612b54523260a4e90c0d4")},
143+
142144
}
143145
};
144146

0 commit comments

Comments
 (0)