diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 7d8044724..eb96e7d93 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -546,7 +546,7 @@ void LP_coinsloop(void *_coins) continue; } } - if ( strcmp(coin->symbol,"BEER") == 0 ) + if ( 0 && strcmp(coin->symbol,"BEER") == 0 ) continue; if ( coin->smartaddr[0] == 0 ) {