Fix miner

This commit is contained in:
jl777
2019-08-01 12:06:04 -11:00
parent 977c6aa1b3
commit e58b81a475
2 changed files with 2 additions and 1 deletions

View File

@@ -2049,6 +2049,7 @@ void static BitcoinMiner()
{
UpdateTime(pblock, chainparams.GetConsensus(), pindexPrev);
HASHTarget.SetCompact(pblock->nBits);
hashTarget = HASHTarget;
//hashTarget = HASHTarget_POW = komodo_adaptivepow_target(Mining_height,HASHTarget,pblock->nTime);
}
/*if ( NOTARY_PUBKEY33[0] == 0 )