From 31d6f0623f14ab1706c0b720aa062e5b6b3117aa Mon Sep 17 00:00:00 2001
From: jl777 <jameslee777@yahoo.com>
Date: Tue, 27 Feb 2018 16:12:52 +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 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);