From bba9ce385d55dad4698b4fe550c5381499f84959 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Feb 2018 20:41:12 +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 5e4fbdf63..490808be3 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -634,7 +634,7 @@ double _LP_getestimatedrate(struct iguana_info *coin) { if ( coin->estimatefeestr[0] == 0 ) strcpy(coin->estimatefeestr,"estimatefee"); - numblocks = 2;//strcmp(coin->symbol,"BTC") == 0 ? 6 : 2; + numblocks = 3;//strcmp(coin->symbol,"BTC") == 0 ? 6 : 2; again: if ( coin->electrum == 0 ) {