From 2c36b791b2d2382aa8cbb372e6eab52d46a228fe Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 4 Feb 2018 20:54:49 +0200 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 c228d8c17..58ea12c7a 100644 --- a/iguana/exchanges/LP_utxo.c +++ b/iguana/exchanges/LP_utxo.c @@ -457,7 +457,7 @@ struct LP_address *LP_address_utxo_reset(struct iguana_info *coin) if ( IAMLP != 0 && time(NULL) < coin->lastresetutxo+30 ) return(ap); coin->lastresetutxo = (uint32_t)time(NULL); - if ( (array= LP_listunspent(coin->symbol,coin->smartaddr,zero,zero)) != 0 ) + if ( coin->electrum != 0 && (array= LP_listunspent(coin->symbol,coin->smartaddr,zero,zero)) != 0 ) { //printf("clear ap->utxos\n"); DL_FOREACH_SAFE(ap->utxos,up,tmp)