From eea332c0bd0afe29f9db445274e6c439b74289bd Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 19 Jul 2017 14:50:31 +0200 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 5d42d4a67..fd619fb89 100644 --- a/iguana/exchanges/LP_portfolio.c +++ b/iguana/exchanges/LP_portfolio.c @@ -84,7 +84,7 @@ char *LP_portfolio() kmdsum += coin->kmd_equiv; goalsum += coin->goal; } - else if ( coin->maxamount > 0 ) + else { if ( kmdsum > SMALLVAL ) coin->perc = 100. * coin->kmd_equiv / kmdsum;