remove dead code
This commit is contained in:
@@ -753,8 +753,7 @@ bool CheckProofOfWork(const CBlockHeader &blkHeader, uint8_t *pubkey33, int32_t
|
|||||||
arith_uint256 bnMaxPoSdiff;
|
arith_uint256 bnMaxPoSdiff;
|
||||||
bnTarget.SetCompact(HUSH_MINDIFF_NBITS,&fNegative,&fOverflow);
|
bnTarget.SetCompact(HUSH_MINDIFF_NBITS,&fNegative,&fOverflow);
|
||||||
}
|
}
|
||||||
//else if ( ASSETCHAINS_ADAPTIVEPOW > 0 && ASSETCHAINS_STAKED == 0 )
|
|
||||||
// bnTarget = komodo_adaptivepow_target(height,bnTarget,blkHeader.nTime);
|
|
||||||
// Check proof of work matches claimed amount
|
// Check proof of work matches claimed amount
|
||||||
if ( UintToArith256(hash = blkHeader.GetHash()) > bnTarget )
|
if ( UintToArith256(hash = blkHeader.GetHash()) > bnTarget )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user