Browse Source

Test

etomic
jl777 8 years ago
parent
commit
b3d8d70678
  1. 2
      iguana/exchanges/LP_ordermatch.c

2
iguana/exchanges/LP_ordermatch.c

@ -462,7 +462,7 @@ char *LP_connectedalice(cJSON *argjson) // alice
printf("%s/%s bid %.8f ask %.8f\n",Q.srccoin,Q.destcoin,bid,ask);
//if ( (price= ask) == 0. )
price = bid;
if ( qprice > price+0.00000001 )
if ( SATOSHIDEN*qprice > SATOSHIDEN*price+1 )
{
printf("qprice %.8f too big vs %.8f\n",qprice,price);
LP_availableset(autxo);

Loading…
Cancel
Save