This commit is contained in:
jl777
2019-07-30 07:09:36 -11:00
parent 467f59272b
commit b8ae049689
2 changed files with 1 additions and 2 deletions

View File

@@ -2042,7 +2042,6 @@ void static BitcoinMiner()
pblock->nBits = savebits;
if ( ASSETCHAINS_ADAPTIVEPOW > 0 )
{
fprintf(stderr,"update time in miner\n");
UpdateTime(pblock, chainparams.GetConsensus(), pindexPrev);
hashTarget = komodo_adaptivepow_target(Mining_height,HASHTarget,pblock->nTime);
}