Browse Source

cleanup

master
Duke Leto 4 years ago
parent
commit
bca8018757
  1. 2
      dragon/dpow/dpow_network.c

2
dragon/dpow/dpow_network.c

@ -342,7 +342,7 @@ void dex_packet(struct supernet_info *myinfo,struct dex_nanomsghdr *dexp,int32_t
char *retstr; int32_t datalen; struct dex_request dexreq; //struct dragon_info *coin;
//for (i=0; i<size; i++)
// printf("%02x",((uint8_t *)dexp)[i]);
if ( strcmp(dexp->handler,"ZEX") == 0 && dexp->datalen > BASILISK_KEYSIZE )
if ( strcmp(dexp->handler,"ZEX") == 0 && dexp->datalen > 0 )
{
printf(" uniq.%s DEX_PACKET.[%d] crc.%x lag.%d (%d %d)\n",dexp->handler,size,calc_crc32(0,dexp->packet,dexp->datalen),(int32_t)(time(NULL)-dexp->timestamp),dexp->size,dexp->datalen);
//if ( (retstr= basilisk_respond_addmessage(myinfo,dexp->packet,BASILISK_KEYSIZE,&dexp->packet[BASILISK_KEYSIZE],dexp->datalen-BASILISK_KEYSIZE,0,BASILISK_DEXDURATION)) != 0 )

Loading…
Cancel
Save