diff --git a/iguana/exchanges/LP_utxo.c b/iguana/exchanges/LP_utxo.c index 2c5ede800..4d4d64433 100644 --- a/iguana/exchanges/LP_utxo.c +++ b/iguana/exchanges/LP_utxo.c @@ -887,7 +887,7 @@ int32_t LP_txheight(struct iguana_info *coin,bits256 txid) height = jint(blockobj,"height"); if ( tx != 0 ) tx->height = height; - else + else if ( 0 ) { txobj2 = LP_transactioninit(coin,txid,0,0); txobj2 = LP_transactioninit(coin,txid,1,txobj2);