diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index 3abf0b8d5..a134e03c1 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 = 4;//strcmp(coin->symbol,"BTC") == 0 ? 6 : 2; + numblocks = 2;//strcmp(coin->symbol,"BTC") == 0 ? 6 : 2; again: if ( coin->electrum == 0 ) {