From cfbf96d10a86bb9f911785609737b282de69d844 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 13 Nov 2016 07:42:58 -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 33b9ff4d4..eaf1ee638 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -475,7 +475,7 @@ int32_t komodo_is_special(int32_t height,uint8_t pubkey33[33]) Minerids[height-i] = komodo_minerid(height-i); if ( Minerids[height - i] == -2 ) { - fprintf(stderr,"second -2 for Minerids[%d] current.%d\n",height-i,CURRENT_HEIGHT); + //fprintf(stderr,"second -2 for Minerids[%d] current.%d\n",height-i,CURRENT_HEIGHT); return(0); } }