Browse Source

Test

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

2
iguana/exchanges/LP_rpc.c

@ -154,7 +154,7 @@ uint64_t LP_getestimatedrate(char *symbol)
{
if ( retstr[0] != '-' )
{
rate = atof(retstr);
rate = SATOSHIDEN * atof(retstr);
printf("estimated rate %s -> %llu\n",retstr,(long long)rate);
}
free(retstr);

Loading…
Cancel
Save