File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -219,10 +219,10 @@ class CMainParams : public CChainParams {
219219 consensus.vDeployments [Consensus::DEPLOYMENT_V24].useEHF = true ;
220220
221221 // The best chain should have at least this much work.
222- consensus.nMinimumChainWork = uint256S (" 0x00000000000000000000000000000000000000000000ae8d578b28f390b9c630 " ); // 2361500
222+ consensus.nMinimumChainWork = uint256S (" 0x00000000000000000000000000000000000000000000b0c59b8fc6afc98570c6 " ); // 2381436
223223
224224 // By default assume that the signatures in ancestors of this block are valid.
225- consensus.defaultAssumeValid = uint256S (" 0x0000000000000009ba1e8f47851d036bb618a4f6565eb3c32d1f647d450ff195 " ); // 2361500
225+ consensus.defaultAssumeValid = uint256S (" 0x00000000000000149d207073b6959004cb457df98e111981c9bf0e4e5190c5db " ); // 2381436
226226
227227 /* *
228228 * The message start string is designed to be unlikely to occur in normal data.
@@ -418,10 +418,10 @@ class CTestNetParams : public CChainParams {
418418 consensus.vDeployments [Consensus::DEPLOYMENT_V24].useEHF = true ;
419419
420420 // The best chain should have at least this much work.
421- consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000000000036073cd80626b9c " ); // 1295700
421+ consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000000000036bc6a08fcad9d5 " ); // 1374139
422422
423423 // By default assume that the signatures in ancestors of this block are valid.
424- consensus.defaultAssumeValid = uint256S (" 0x00000107d42829a38e31c1a38c660d621e1ca376a880df1520e85e38af175d3a " ); // 1295700
424+ consensus.defaultAssumeValid = uint256S (" 0x000000598ffa45083b795d85a1e40f13da68b2c6c81e232cb990108f0515f88e " ); // 1374139
425425
426426 pchMessageStart[0 ] = 0xce ;
427427 pchMessageStart[1 ] = 0xe2 ;
You can’t perform that action at this time.
0 commit comments