bump nMinimumChainWork (main and test)
This commit is contained in:
@@ -121,7 +121,7 @@ public:
|
|||||||
consensus.nStakeMinAge = 8 * 60 * 60; // 8 hours
|
consensus.nStakeMinAge = 8 * 60 * 60; // 8 hours
|
||||||
|
|
||||||
// The best chain should have at least this much work.
|
// The best chain should have at least this much work.
|
||||||
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000002e39410b632f6e755fc");
|
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000002ef7a6c83f19a157178");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The message start string is designed to be unlikely to occur in normal data.
|
* The message start string is designed to be unlikely to occur in normal data.
|
||||||
@@ -220,7 +220,7 @@ public:
|
|||||||
nDefaultPort = 25714;
|
nDefaultPort = 25714;
|
||||||
|
|
||||||
// The best chain should have at least this much work.
|
// The best chain should have at least this much work.
|
||||||
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000027eceae4ce45300bf6");
|
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000028afadd1049e589cf2");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].bit = 0;
|
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].bit = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user