Skip to content

Commit cdf1295

Browse files
authored
Merge pull request #2 from wu-emma/update-checkpoint
Checkpoint updated
2 parents cb9f0da + 945ba80 commit cdf1295

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/chainparams.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class CMainParams : public CChainParams {
8686
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = 1230767999; // December 31, 2008
8787

8888
// The best chain should have at least this much work.
89-
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000000000000000000fff");
89+
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000000584d91bab5bc110");
9090

9191
// By default assume that the signatures in ancestors of this block are valid.
9292
consensus.defaultAssumeValid = uint256S("0x0000000000000000000000000000000000000000000000000000000000000000");
@@ -139,6 +139,7 @@ class CMainParams : public CChainParams {
139139
{
140140
{ 290, uint256S("0x0000000543af8788c82e27cc452f7a4c36a70e66b046a152852b405917aa8342")},
141141
{ 1572, uint256S("0x0000000000066b08f980f8eeae9ab27772fce0233195457173eb4a18cf8ef687")},
142+
{ 2624, uint256S("0X00000000000003c2abbf0b1271b50fea17f402c78d5f1323ab264e48f789e92b")},
142143
}
143144
};
144145

0 commit comments

Comments
 (0)