From 52c2553f344f15311e558211afcad82ba023340d Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Feb 2017 17:33:37 +0200 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 9654fa19c..5a168d396 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -618,7 +618,7 @@ void static BitcoinMiner(CWallet *pwallet) int mids[66],nonzpkeys,j; uint32_t savebits; int64_t nStart = GetTime(); savebits = pblock->nBits; arith_uint256 hashTarget = arith_uint256().SetCompact(pblock->nBits); - if ( ASSETCHAINS_SYMBOL[0] == 0 && komodo_is_special(pindexPrev->nHeight+1,NOTARY_PUBKEY33) > 0 ) + if ( ASSETCHAINS_SYMBOL[0] == 0 && notaryid >= 0 )//komodo_is_special(pindexPrev->nHeight+1,NOTARY_PUBKEY33) > 0 ) { if ( (Mining_height % KOMODO_ELECTION_GAP) > 64 || (Mining_height % KOMODO_ELECTION_GAP) == 0 ) {