Bump nMinimumChainWork on main net

This commit is contained in:
lateminer
2018-11-14 20:56:23 +03:00
parent 6787d44bd0
commit c74d94e684

View File

@@ -122,7 +122,7 @@ public:
consensus.nStakeMinAge = 8 * 60 * 60; // 8 hours
// The best chain should have at least this much work.
consensus.nMinimumChainWork = uint256S("0x00");
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000001f61a372a08476c5a2e");
/**
* The message start string is designed to be unlikely to occur in normal data.