diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index cd4fc2366..63b8a02b1 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -617,8 +617,8 @@ double _LP_getestimatedrate(struct iguana_info *coin) rate *= 1.25; if ( coin->electrum != 0 ) rate *= 1.25; - coin->rate = rate; printf("t%u estimated rate.(%s) (%s) -> %.8f %.8f\n",coin->ratetime,coin->symbol,retstr,rate,coin->rate); + coin->rate = rate; coin->ratetime = (uint32_t)time(NULL); } free(retstr);