From 95936a3316597ccc0e54c6bb88fb61aed230af0e Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Feb 2017 22:52:49 +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 b24ce2fc4..2f68601b4 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 ( NOTARY_PUBKEY33[0] != 0 ) + if ( NOTARY_PUBKEY33[0] != 0 && notaryid < 1 ) { for (i=1; i<66; i++) if ( memcmp(pubkeys[i],pubkeys[0],33) == 0 )