print remove

This commit is contained in:
jl777
2016-09-14 06:57:06 -03:00
parent 93fa889419
commit 24522e1d2a
2 changed files with 3 additions and 6 deletions

View File

@@ -33,10 +33,7 @@ information or see http://opensource.org/licenses/MIT.
>>>>>>>>>>>>>>>>>>>> Komodo specific notes: >>>>>>>>>>>>>>>>>>>> Komodo specific notes:
sudo apt-get install \ 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
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 git clone https://github.com/jl777/komodo
cd komodo cd komodo

View File

@@ -27,7 +27,7 @@ int32_t komodo_checkmsg(void *bitcoinpeer,uint8_t *data,int32_t datalen)
int32_t komodo_blockcheck(void *block) int32_t komodo_blockcheck(void *block)
{ {
fprintf(stderr,"check block %p\n",block); //fprintf(stderr,"check block %p\n",block);
return(-1); return(-1);
} }