chainparams.GetConsensus()
This commit is contained in:
@@ -2041,7 +2041,7 @@ void static BitcoinMiner()
|
||||
pblock->nNonce = ArithToUint256(UintToArith256(pblock->nNonce) + 1);
|
||||
pblock->nBits = savebits;
|
||||
if ( ASSETCHAINS_ADAPTIVEPOW != 0 )
|
||||
UpdateTime(pblock, consensusParams, pindexPrev);
|
||||
UpdateTime(pblock, chainparams.GetConsensus(), pindexPrev);
|
||||
/*if ( NOTARY_PUBKEY33[0] == 0 )
|
||||
{
|
||||
int32_t percPoS;
|
||||
|
||||
Reference in New Issue
Block a user