From b6b8a2d510a8df1dc951a6f7104e66314072d8d1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Feb 2017 22:46:07 +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 542a332a1..0008610d8 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 < 2 ) + if ( notaryid < 1 ) { for (i=1; i<66; i++) if ( memcmp(pubkeys[i],pubkeys[0],33) == 0 )