Browse Source

Test

etomic
jl777 7 years ago
parent
commit
728d8c9ca9
  1. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_nativeDEX.c

@ -217,7 +217,7 @@ char *LP_process_message(void *ctx,char *typestr,char *myipaddr,int32_t pubsock,
printf("%02x %02x %08x duplicate.%d decrypted.(%s)\n",decoded[0],decoded[1],crc32,duplicate,jsonstr);
} else printf("error null jsonstr\n");
} else printf("error method is %s\n",method);
} else printf("error cipherlen.%d\n",cipherlen);
} //else printf("error cipherlen.%d\n",cipherlen);
len = (int32_t)strlen(jsonstr) + 1;
if ( (retstr= LP_command_process(ctx,myipaddr,pubsock,argjson,&((uint8_t *)ptr)[len],recvlen - len)) != 0 )
{

Loading…
Cancel
Save