Restore full exp

This commit is contained in:
jl777
2019-08-07 19:24:27 -11:00
parent 39581ade83
commit 3a148d9e52

View File

@@ -389,7 +389,7 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead
blocktime = pindexFirst->nTime;
diff = (pblock->nTime - blocktime);
//fprintf(stderr,"%d ",diff);
if ( i < 3 )
if ( i < 12 )
{
diff -= (8+i)*ASSETCHAINS_BLOCKTIME;
if ( diff > mult )