From 1f29a7562cc0b2347ee094fbaa2bf674cde60a6b Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 20 Jun 2017 12:30:04 +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 77df59431..ef3c1660b 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -471,6 +471,7 @@ void LPinit(uint16_t myport,uint16_t mypullport,uint16_t mypubport,double profit { sprintf(keepalive,"{\"method\":\"keepalive\"}"); LP_send(pullsock,keepalive,0); + printf("send keepalive\n"); } } }