Browse Source

Test

etomic
jl777 8 years ago
parent
commit
6acdc625b1
  1. 4
      iguana/exchanges/LP_prices.c

4
iguana/exchanges/LP_prices.c

@ -924,7 +924,7 @@ void LP_pricefeedupdate(bits256 pubkey,char *base,char *rel,double price)
pubp->timestamp = (uint32_t)time(NULL);
} else printf("error creating pubkey entry\n");
}
else if ( (rand() % 100) == 0 )
printf("error finding %s/%s %.8f\n",base,rel,price);
//else if ( (rand() % 100) == 0 )
// printf("error finding %s/%s %.8f\n",base,rel,price);
}

Loading…
Cancel
Save