Browse Source

Test

etomic
jl777 7 years ago
parent
commit
44d307ab1e
  1. 2
      iguana/exchanges/LP_portfolio.c

2
iguana/exchanges/LP_portfolio.c

@ -593,7 +593,7 @@ void LP_autoprice_iter(void *ctx,struct LP_priceinfo *btcpp)
void LP_autoprices_update(char *method,char *base,double basevol,char *rel,double relvol) void LP_autoprices_update(char *method,char *base,double basevol,char *rel,double relvol)
{ {
printf("%s: autoprice update %s/%s %.8f\n",base,rel,relvol/basevol); printf("%s: autoprice update %s/%s %.8f\n",method,base,rel,relvol/basevol);
} }
int32_t LP_autoprice(void *ctx,char *base,char *rel,cJSON *argjson) int32_t LP_autoprice(void *ctx,char *base,char *rel,cJSON *argjson)

Loading…
Cancel
Save