Browse Source

Test

etomic
jl777 8 years ago
parent
commit
6197536324
  1. 2
      iguana/exchanges/LP_portfolio.c

2
iguana/exchanges/LP_portfolio.c

@ -176,7 +176,7 @@ char *LP_portfolio_goal(char *symbol,double goal)
{
coin->goal = goal;
return(LP_portfolio());
} else return(clonestr("{\error\":\"cant set goal for inactive coin\"}"));
} else return(clonestr("{\"error\":\"cant set goal for inactive coin\"}"));
}
int32_t LP_autoprices;

Loading…
Cancel
Save