From 1930dd730d5b6076ce082675ee7db6c9d6023e4f Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 1 Mar 2018 19:27:22 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_rpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index 9ab5faadc..202196a46 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -689,8 +689,8 @@ again: //rate *= 1.25; if ( rate < 0.00000005 ) rate = 0.00000005; - //if ( coin->electrum != 0 ) - // rate *= 1.5; + if ( coin->electrum == 0 ) + rate *= 1.25; if ( fabs(rate - coin->rate) > SMALLVAL ) printf("%u t%u estimated rate.(%s) (%s) -> %.8f %.8f\n",(uint32_t)time(NULL),coin->ratetime,coin->symbol,retstr,rate,coin->rate); coin->rate = rate;