From 068a5876b2203981da79e545fa57d74e62b0f1bd Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 28 Oct 2017 17:51:29 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index b0c0082da..1a42b6686 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -745,9 +745,13 @@ void LP_price_broadcastloop(void *ctx) for (baseind=0; baseindsymbol[0] == 0 ) + continue; for (relind=0; relindsymbol[0] == 0 ) + continue; if ( basepp != 0 && relpp != 0 && (price= relpp->myprices[basepp->ind]) > SMALLVAL) { printf("automated price broadcast %s/%s %.8f\n",relpp->symbol,basepp->symbol,price);