block check overrides

This commit is contained in:
jl777
2016-09-14 06:22:24 -03:00
parent 778ca57b14
commit d27afb07eb
2 changed files with 26 additions and 16 deletions

View File

@@ -25,5 +25,10 @@ int32_t komodo_checkmsg(void *bitcoinpeer,uint8_t *data,int32_t datalen)
return(0);
}
int32_t komodo_blockcheck(void *block)
{
fprintf(stderr,"check block %p\n",block);
return(-1);
}
#endif