This commit is contained in:
jl777
2017-02-02 22:52:49 +02:00
parent 9ffd6e8649
commit 95936a3316

View File

@@ -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 )