Recall hashtarget
This commit is contained in:
@@ -2041,7 +2041,11 @@ void static BitcoinMiner()
|
||||
pblock->nNonce = ArithToUint256(UintToArith256(pblock->nNonce) + 1);
|
||||
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);
|
||||
}
|
||||
/*if ( NOTARY_PUBKEY33[0] == 0 )
|
||||
{
|
||||
int32_t percPoS;
|
||||
|
||||
Reference in New Issue
Block a user