From 90da0ef535a72a16d4874881617b1c39dc435802 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 18 Nov 2016 08:53:48 -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 c64226325..5ee55ec29 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -495,7 +495,7 @@ int8_t komodo_minerid(int32_t height) return(i); } } - printf("minderid not notary ht.%d\n",height); + //printf("minderid not notary ht.%d\n",height); return(-1); }