Browse Source

Test

etomic
jl777 8 years ago
parent
commit
2a9a4cca7a
  1. 2
      iguana/exchanges/LP_commands.c

2
iguana/exchanges/LP_commands.c

@ -157,7 +157,7 @@ cJSON *LP_bestprice(struct LP_utxoinfo *utxo,char *base)
}
if ( (prices[i]= price) != 0. && (bestprice == 0. || price < bestprice) )
bestprice = price;
printf("i.%d price %.8f bestprice %.8f\n",i,price,bestprice);
printf("i.%d price %.8f bestprice %.8f: (%s)\n",i,price,bestprice,jprint(item,0));
}
if ( bestprice != 0. )
{

Loading…
Cancel
Save