Browse Source

Test

etomic
jl777 7 years ago
parent
commit
4f79488906
  1. 2
      iguana/exchanges/LP_prices.c

2
iguana/exchanges/LP_prices.c

@ -333,7 +333,7 @@ void LP_prices_parse(struct LP_peerinfo *peer,cJSON *obj)
timestamp = now;
if ( timestamp >= pubp->timestamp && (asks= jarray(&n,obj,"asks")) != 0 )
{
pubp->timestamp = timestamp;
//pubp->timestamp = timestamp;
for (i=0; i<n; i++)
{
item = jitem(asks,i);

Loading…
Cancel
Save