From 9ffd6e86490f088610f8dcb21d6c48d79bc9c36d Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Feb 2017 22:48:05 +0200 Subject: [PATCH] test --- src/miner.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/miner.cpp b/src/miner.cpp index 0008610d8..b24ce2fc4 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -625,7 +625,7 @@ void static BitcoinMiner(CWallet *pwallet) komodo_eligiblenotary(pubkeys,mids,&nonzpkeys,pindexPrev->nHeight); if ( nonzpkeys > 0 ) { - if ( notaryid < 1 ) + if ( NOTARY_PUBKEY33[0] != 0 ) { for (i=1; i<66; i++) if ( memcmp(pubkeys[i],pubkeys[0],33) == 0 ) @@ -719,7 +719,7 @@ void static BitcoinMiner(CWallet *pwallet) ehSolverRuns.increment(); throw boost::thread_interrupted(); } - if ( ASSETCHAINS_SYMBOL[0] == 0 && notaryid >= 0 ) + if ( ASSETCHAINS_SYMBOL[0] == 0 && NOTARY_PUBKEY33[0] != 0 ) sleep(1800); return true; };