From 8912c00c3f2d1d03e605244143a2ce8b577738ee Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 6 Oct 2017 19:39:04 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_utxo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_utxo.c b/iguana/exchanges/LP_utxo.c index 1c9feea00..3802df60d 100644 --- a/iguana/exchanges/LP_utxo.c +++ b/iguana/exchanges/LP_utxo.c @@ -317,7 +317,7 @@ cJSON *LP_address_utxos(struct iguana_info *coin,char *coinaddr,int32_t electrum { if ( up->spendheight <= 0 && up->U.height > 0 ) { - if ( 1 && up->SPV == 0 && up->U.height > 0 ) + if ( 0 && up->SPV == 0 && up->U.height > 0 ) { if ( (merkobj= electrum_getmerkle(coin->symbol,backupep,&merkobj,up->U.txid,up->U.height)) != 0 ) {