Browse Source

Test

etomic
jl777 7 years ago
parent
commit
c3466849d6
  1. 4
      iguana/exchanges/LP_prices.c

4
iguana/exchanges/LP_prices.c

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

Loading…
Cancel
Save