From 54a26a1ebad8d4f05dc943e21de0d681cac5b94a Mon Sep 17 00:00:00 2001
From: jl777 <jameslee777@yahoo.com>
Date: Wed, 15 Nov 2017 14:54:30 +0200
Subject: [PATCH] Test

---
 iguana/exchanges/LP_utxo.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iguana/exchanges/LP_utxo.c b/iguana/exchanges/LP_utxo.c
index c78b475e7..fa1210cfa 100644
--- a/iguana/exchanges/LP_utxo.c
+++ b/iguana/exchanges/LP_utxo.c
@@ -58,14 +58,14 @@ void cJSON_unregister(cJSON *item)
         total = 0;
         DL_FOREACH_SAFE(LP_cJSONlist,ptr,tmp)
         {
-            if ( ptr->item != 0 && ptr->item->child != 0 )
+            /*if ( ptr->item != 0 && ptr->item->child != 0 )
             {
                 if ( (tmpstr= jprint(ptr->item,0)) != 0 )
                 {
                     total += strlen(tmpstr);
                     free(tmpstr);
                 }
-            }
+            }*/
             n++;
         }
         printf("total %d cJSON pending %s\n",n,mbstr(str,total));