From d217d099c6a98dd89aa28a3295ccaa49f91fdfcd Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 21 Oct 2016 07:00:29 -0300 Subject: [PATCH] test --- src/komodo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index 5d80aa477..8c1badea8 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -274,9 +274,9 @@ int32_t komodo_heightnotary(int32_t height,uint8_t *pubkey33) { // -1 if not notary, 0 if notary, 1 if special notary struct knotary_entry *kp; int32_t numnotaries,modval = -1; - int32_t i; for (i=0; i<33; i++) - printf("%02x",pubkey33[i]); - printf(" ht.%d\n",height); + //int32_t i; for (i=0; i<33; i++) + // printf("%02x",pubkey33[i]); + //printf(" ht.%d\n",height); pthread_mutex_lock(&komodo_mutex); HASH_FIND(hh,Pubkeys[height/KOMODO_ELECTION_GAP].Notaries,pubkey33,33,kp);