From 6e27c9438c9af145181ec22975ac20e94a42815f Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 12 Mar 2017 14:07:23 +0200 Subject: [PATCH] Test --- src/komodo_notary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index 8ee9cb75b..4139c26ae 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -274,7 +274,7 @@ int32_t komodo_chosennotary(int32_t *notaryidp,int32_t height,uint8_t *pubkey33) modval = ((height % numnotaries) == kp->notaryid); printf("found notary.%d ht.%d modval.%d\n",kp->notaryid,height,modval); } else printf("unexpected zero notaries at height.%d\n",height); - } else printf("cant find kp at htind.%d ht.%d\n",htind,height); + } //else printf("cant find kp at htind.%d ht.%d\n",htind,height); //int32_t i; for (i=0; i<33; i++) // printf("%02x",pubkey33[i]); //printf(" ht.%d notary.%d special.%d htind.%d num.%d\n",height,*notaryidp,modval,htind,numnotaries);