diff --git a/src/chainparams.cpp b/src/chainparams.cpp --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -115,12 +115,12 @@ // The best chain should have at least this much work. consensus.nMinimumChainWork = uint256S( - "000000000000000000000000000000000000000000def4345931d03e6e4faf78"); + "000000000000000000000000000000000000000000e0b99c3ca2b0595b88b4ca"); // By default assume that the signatures in ancestors of this block are // valid. consensus.defaultAssumeValid = uint256S( - "000000000000000003aadeae9dee37b8cb4838a866dae19b54854a0f039b03e0"); + "0000000000000000039a32312af471d194d979da593f55f0f8f2680b7e2aea06"); // August 1, 2017 hard fork consensus.uahfHeight = 478558;