print remove
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user