From 4adc1818d83a28bc0c2aa5b2977284deeafee612 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 17 Jun 2017 12:57:48 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_ordermatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index 55eb9cc6d..00a6365ea 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -561,7 +561,7 @@ char *LP_autotrade(char *myipaddr,int32_t mypubsock,double profitmargin,char *ba bestmetric = metric; } } - } + } printf("skip %.8f < half of %.8f\n",dstr(asatoshis),dstr(autxo->payment.value)); } else printf("cant find butxo.%p or value mismatch %.8f != %.8f\n",butxo,vol,butxo!=0?dstr(butxo->payment.value):0); } } else break;