Browse Source

Test

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

2
iguana/exchanges/LP_prices.c

@ -763,7 +763,7 @@ struct LP_orderbookentry *LP_orderbookentry(char *address,char *base,char *rel,d
op->price = price;
op->numutxos = numutxos;
op->avesatoshis = avesatoshis;
op->maxsatoshis = avesatoshis;
op->maxsatoshis = maxsatoshis;
op->pubkey = pubkey;
op->timestamp = timestamp;
op->depth = balance;

Loading…
Cancel
Save