This commit is contained in:
jl777
2016-09-14 06:03:47 -03:00
parent 2deb9e7483
commit 431cce983e
2 changed files with 89 additions and 2 deletions

View File

@@ -18,8 +18,9 @@
#include <stdint.h>
int32_t komodo_checkmsg(int32_t peerid,uint8_t *data,int32_t datalen)
int32_t komodo_checkmsg(void *bitcoinpeer,uint8_t *data,int32_t datalen)
{
fprintf(stderr,"KOMODO.[%d] message from peer.%p\n",datalen,bitcoinpeer);
return(0);
}