Browse Source

Test

etomic
jl777 8 years ago
parent
commit
af6d41fa34
  1. 2
      iguana/exchanges/LP_rpc.c

2
iguana/exchanges/LP_rpc.c

@ -337,7 +337,7 @@ double LP_getestimatedrate(char *symbol)
if ( retstr[0] != '-' )
{
rate = atof(retstr) / 1024.;
printf("estimated rate.(%s) %s -> %.8f\n",symbol,retstr,rate);
//printf("estimated rate.(%s) %s -> %.8f\n",symbol,retstr,rate);
}
free(retstr);
}

Loading…
Cancel
Save