Update nMinimumChainWork with information from the getblockchaininfo RPC

This commit is contained in:
mdr0id 2019-02-11 09:04:13 -08:00
parent d26ec8ca71
commit fe0507761a
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public:
consensus.vUpgrades[Consensus::UPGRADE_SAPLING].nActivationHeight = 419200;
// The best chain should have at least this much work.
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000000006f31c0e1f30221");
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000000a95cc5099213e3");
/**
* The message start string should be awesome!