Browse Source

Test

etomic
jl777 8 years ago
parent
commit
2ef5c8ab9b
  1. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_nativeDEX.c

@ -740,7 +740,7 @@ void LP_price_broadcastloop(void *ctx)
{ {
struct LP_priceinfo *basepp,*relpp; double price; int32_t baseind,relind; struct LP_priceinfo *basepp,*relpp; double price; int32_t baseind,relind;
sleep(30); sleep(30);
while ( 0 ) while ( 1 )
{ {
for (baseind=0; baseind<LP_MAXPRICEINFOS; baseind++) for (baseind=0; baseind<LP_MAXPRICEINFOS; baseind++)
{ {

Loading…
Cancel
Save