Accurate POW block counting

This commit is contained in:
Michael Toutonghi 2018-05-20 17:24:28 -07:00
parent 12b384112e
commit 30ceed219d

View File

@ -228,7 +228,7 @@ uint32_t lwmaGetNextPOSRequired(const CBlockIndex* pindexLast, const Consensus::
if (x)
{
idx[i].consecutive = false;
idx[i].solveTime = VERUS_BLOCK_POSUNITS * x;
idx[i].solveTime = VERUS_BLOCK_POSUNITS * (x + 1);
idx[i].nBits = nBits;
}
else