From 2700af02e8bcfd79d82b193dea1413a47b75000c Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 18 Apr 2018 14:55:38 +0300 Subject: [PATCH] -print --- iguana/exchanges/LP_nativeDEX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 5d4fdffdd..7270ca787 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -1015,7 +1015,7 @@ void LP_swapsloop(void *ctx) { for (i=0; i<10; i++) { - fprintf(stderr,"check on alice expiration\n"); + //fprintf(stderr,"check on alice expiration\n"); LP_alice_eligible((uint32_t)time(NULL)); sleep(6); }