Delete more dead code that causes compile issues

This commit is contained in:
Duke Leto
2019-12-11 15:51:40 -05:00
parent 1cb03d8e30
commit b6fa28dfa2
3 changed files with 0 additions and 130 deletions

View File

@@ -37,8 +37,6 @@ unsigned int CalculateNextWorkRequired(arith_uint256 bnAvg,
int64_t nLastBlockTime, int64_t nFirstBlockTime,
const Consensus::Params&);
unsigned int lwmaGetNextPOSRequired(const CBlockIndex* pindexLast, const Consensus::Params& params);
/** Check whether the Equihash solution in a block header is valid */
bool CheckEquihashSolution(const CBlockHeader *pblock, const CChainParams&);