From 1fe35f02143cdec784099619a0a54aa8c162b269 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 26 Sep 2017 20:46:43 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index 71629c0d6..ba7febf73 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -616,8 +616,8 @@ double _LP_getestimatedrate(struct iguana_info *coin) 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->ratetime = (uint32_t)time(NULL); - printf("estimated rate.(%s) (%s) -> %.8f %.8f\n",coin->symbol,retstr,rate,coin->rate); } free(retstr); }