mirror of
https://git.hush.is/hush/hush3.git
synced 2025-12-11 00:07:33 -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)
|
if (x)
|
||||||
{
|
{
|
||||||
idx[i].consecutive = false;
|
idx[i].consecutive = false;
|
||||||
idx[i].solveTime = VERUS_BLOCK_POSUNITS * x;
|
idx[i].solveTime = VERUS_BLOCK_POSUNITS * (x + 1);
|
||||||
idx[i].nBits = nBits;
|
idx[i].nBits = nBits;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user