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