From c829ec9584799fe14f862876a13c6e2aa7fba748 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 12 Jun 2017 09:53:34 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 6a374e39e..3fa9306a9 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/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));