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"); } } }