From e8b6cb9e01da31b45ae1131f994ed3f82f0828c4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 4 Feb 2018 18:39:41 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_transaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_transaction.c b/iguana/exchanges/LP_transaction.c index 6840a900f..665272fd1 100644 --- a/iguana/exchanges/LP_transaction.c +++ b/iguana/exchanges/LP_transaction.c @@ -1085,7 +1085,7 @@ int32_t LP_vins_select(void *ctx,struct iguana_info *coin,int64_t *totalp,int64_ else { printf("couldnt add address_utxo after not finding\n"); - return(0); + //return(0); } } if ( dustcombine >= 1 && min0 != 0 && min0->U.value < LP_DUSTCOMBINE_THRESHOLD && (coin->electrum == 0 || min0->SPV > 0) )