From 7db2c2f3dd3f4807f158a500546ef6642972a80e Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Apr 2018 20:36:15 +0300 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 8eeff0e33..32187da35 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -838,7 +838,7 @@ int32_t komodo_eligiblenotary(uint8_t pubkeys[66][33],int32_t *mids,int32_t *non komodo_pindex_init(pindex,height-i); //komodo_index2pubkey33(pubkey33,pindex,height-i); memcpy(pubkeys[i],pindex->pubkey33,33); - if ( (mids[i]= komodo_minerid(height-i,pubkey33)) >= 0 ) + if ( (mids[i]= komodo_minerid(height-i,pindex->pubkey33)) >= 0 ) { //mids[i] = *(int32_t *)pubkey33; (*nonzpkeysp)++;