Browse Source

Test

etomic
jl777 7 years ago
parent
commit
c829ec9584
  1. 1
      iguana/exchanges/LP_nativeDEX.c

1
iguana/exchanges/LP_nativeDEX.c

@ -105,6 +105,7 @@ int32_t LP_pullsock_check(char *myipaddr,int32_t pubsock,int32_t pullsock,double
else if ( jstr(argjson,"method") != 0 && strcmp(jstr(argjson,"method"),"publish") == 0 )
{
jdelete(argjson,"method2");
printf("pub?.(%s)\n",jprint(argjson,0));
if ( pubsock >= 0 && (reqjson= LP_dereference(argjson,"publish")) != 0 )
{
printf("publish.(%s)\n",jprint(reqjson,0));

Loading…
Cancel
Save