From 0ed83449ccaa09f6ced0bd8ee491215c43f5feb8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 20 Oct 2016 14:51:06 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 512b3e114..324b05dd9 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -271,7 +271,7 @@ int32_t komodo_heightnotary(int32_t height,uint8_t *pubkey33) if ( (numnotaries= Pubkeys[height/KOMODO_ELECTION_GAP].numnotaries) > 0 ) { modval = ((height % numnotaries) == kp->notaryid); - printf("found notary.%d ht.%d modval.%d\n",kp->notaryid,height,modval); + //printf("found notary.%d ht.%d modval.%d\n",kp->notaryid,height,modval); } else printf("unexpected zero notaries at height.%d\n",height); } return(modval);