From 24522e1d2a87d62f9d38c98521124dfecb69978d Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 14 Sep 2016 06:57:06 -0300 Subject: [PATCH] print remove --- README.md | 7 ++----- src/komodo.h | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9af3cba4d..2449d73df 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,8 @@ information or see http://opensource.org/licenses/MIT. >>>>>>>>>>>>>>>>>>>> Komodo specific notes: -sudo apt-get install \ - build-essential pkg-config libc6-dev m4 g++-multilib \ - autoconf libtool ncurses-dev unzip git python \ - zlib1g-dev wget bsdmainutils automake - +sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python zlib1g-dev wget bsdmainutils automake + git clone https://github.com/jl777/komodo cd komodo ./autogen.sh diff --git a/src/komodo.h b/src/komodo.h index 8d56c0a8c..8a6179a6f 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -27,7 +27,7 @@ int32_t komodo_checkmsg(void *bitcoinpeer,uint8_t *data,int32_t datalen) int32_t komodo_blockcheck(void *block) { - fprintf(stderr,"check block %p\n",block); + //fprintf(stderr,"check block %p\n",block); return(-1); }