From 0d8ffadc4a924f25d40ce7ffb99e362cee170ef6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 10 Apr 2018 17:29:21 +0300 Subject: [PATCH] Test --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index 27ac64234..17ab7353e 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -1053,7 +1053,7 @@ void static BitcoinMiner() // Update nNonce and nTime pblock->nNonce = ArithToUint256(UintToArith256(pblock->nNonce) + 1); pblock->nBits = savebits; - if ( ASSETCHAINS_STAKED == 0 ) + if ( ASSETCHAINS_STAKED == 0 || NOTARY_PUBKEY33[0] == 0 ) UpdateTime(pblock, chainparams.GetConsensus(), pindexPrev); if (chainparams.GetConsensus().fPowAllowMinDifficultyBlocks) {