test print

This commit is contained in:
jl777
2016-09-14 12:59:08 -03:00
parent a42912d644
commit 7d36ed9e1d
3 changed files with 13 additions and 4 deletions

View File

@@ -28,7 +28,9 @@ 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);
return(-1);
// 1 -> valid notary block
// -1 -> invalid, ie, prior to notarized block
return(0);
}
#endif