diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index 6784d593d..8c8ce45a3 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -647,6 +647,7 @@ again: if ( err == 1 && coin->electrum == 0 && strcmp("BTC",coin->symbol) == 0 ) { strcpy(coin->estimatefeestr,"estimatesmartfee"); + err = 2; goto again; } } else rate = coin->rate;