From daa89bdb963aa8bc74a36b9d3cd3fd4ffcc6d374 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 27 Mar 2018 14:40:23 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_portfolio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_portfolio.c b/iguana/exchanges/LP_portfolio.c index 57d93f613..99b7d2896 100644 --- a/iguana/exchanges/LP_portfolio.c +++ b/iguana/exchanges/LP_portfolio.c @@ -570,7 +570,7 @@ void LP_autoprice_iter(void *ctx,struct LP_priceinfo *btcpp) } else if ( strcmp(LP_autorefs[i].refrel,"coinmarketcap") == 0 ) { - //printf("%s/%s for %s/%s margin %.8f/%.8f\n",base,rel,LP_autorefs[i].refbase,LP_autorefs[i].refrel,buymargin,sellmargin); + printf("%s/%s for %s/%s margin %.8f/%.8f\n",base,rel,LP_autorefs[i].refbase,LP_autorefs[i].refrel,buymargin,sellmargin); if ( (price_btc= LP_CMCbtcprice(&price_usd,LP_autorefs[i].refbase)) > SMALLVAL ) { if ( strcmp(rel,"KMD") == 0 && kmd_btc > SMALLVAL )