mirror of
https://git.hush.is/hush/hush3.git
synced 2025-12-05 00:03:45 -05:00
Accurate POW block counting
This commit is contained in:
parent
12b384112e
commit
30ceed219d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user