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); }