diff --git a/src/pow.cpp b/src/pow.cpp index 41a60f672..9371863c4 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -96,10 +96,6 @@ unsigned int CalculateNextWorkRequired(uint32_t nBits, int64_t nLastBlockTime, i bool CheckEquihashSolution(const CBlockHeader *pblock, const CChainParams& params) { - // Don't validate genesis - if (pblock->hashPrevBlock.IsNull()) - return true; - unsigned int n = params.EquihashN(); unsigned int k = params.EquihashK();