From 1ec16db3ff1a3ed2ca0e2c0f8ec8717dc8eef20c Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 4 Dec 2017 15:25:38 +0400 Subject: [PATCH] Test --- iguana/exchanges/LP_swap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_swap.c b/iguana/exchanges/LP_swap.c index f61b60f12..3cea92fa7 100644 --- a/iguana/exchanges/LP_swap.c +++ b/iguana/exchanges/LP_swap.c @@ -862,7 +862,7 @@ void LP_aliceloop(void *_swap) maxlen = 1024*1024 + sizeof(*swap); data = malloc(maxlen); expiration = (uint32_t)time(NULL) + LP_SWAPSTEP_TIMEOUT; - if ( swap != 0 ) + if ( 0 && swap != 0 ) { printf("start swap iamalice pair.%d\n",swap->N.pair); if ( LP_sendwait("pubkeys",120,swap->N.pair,swap,data,maxlen,LP_pubkeys_verify,LP_pubkeys_data) < 0 )