From 0b9b580674c04e4bbd80796641fba85c3b5c4147 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 21 Nov 2016 09:00:25 -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 5e99b3924..9567ba57c 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -511,7 +511,7 @@ int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33]) { if ( komodo_minerid(height-i) == notaryid ) { - fprintf(stderr,"ht.%d notaryid.%d already mined -i.%d\n",height,notaryid,i); + //fprintf(stderr,"ht.%d notaryid.%d already mined -i.%d\n",height,notaryid,i); return(-1); } }