From cdb8d187763965998b8476f8f720d41bf4ecdcde Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 26 Sep 2017 17:38:37 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_rpc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index 42e9f514c..659d18644 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -613,6 +613,8 @@ double LP_getestimatedrate(struct iguana_info *coin) if ( rate < 0.00000020 ) rate = 0.00000020; rate *= 1.25; + if ( coin->electrum != 0 ) + rate *= 1.25; coin->rate = rate; coin->ratetime = (uint32_t)time(NULL); //if ( (rand() % 10) == 0 )