Browse Source

Test

etomic
jl777 7 years ago
parent
commit
b4cc8fee61
  1. 2
      iguana/exchanges/LP_prices.c

2
iguana/exchanges/LP_prices.c

@ -546,7 +546,7 @@ double LP_price(char *base,char *rel)
{
if ( (price= basepp->myprices[relind]) == 0. )
{
//price = basepp->relvals[relind];
price = basepp->relvals[relind];
}
}
return(price);

Loading…
Cancel
Save