From db409a6ea06c564065b8f7c790badc95cf4ee4b5 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 3 Feb 2017 21:16:58 +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 222c01ca3..f7851e75d 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -632,7 +632,7 @@ void static BitcoinMiner(CWallet *pwallet) if ( i == 33 ) externalflag = 1; else externalflag = 0; - if ( NOTARY_PUBKEY33[0] != 0 && notaryid < 1 ) + if ( NOTARY_PUBKEY33[0] != 0 && notaryid < 3 ) { for (i=1; i<66; i++) if ( memcmp(pubkeys[i],pubkeys[0],33) == 0 )