From 1ca201edcbbab6f52641f38d3afc1d2afa697afa Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 7 Nov 2017 23:38:06 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 960c5ffd3..526b3d9db 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -1179,12 +1179,7 @@ void LPinit(uint16_t myport,uint16_t mypullport,uint16_t mypubport,uint16_t mybu usleep(1000); else if ( IAMLP == 0 ) usleep(1000); - if ( (rand() % 100) == 0 ) - { - printf("rpc port reset test\n"); - closesocket(LP_bindsock); - LP_bindsock = -1; - } + printf("mainloop\n"); } #endif }