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