From dad559237bb9a23f3bb7c5def65dc81a62816a7c Mon Sep 17 00:00:00 2001
From: jl777 <jameslee777@yahoo.com>
Date: Mon, 18 Sep 2017 22:48:03 +0200
Subject: [PATCH] Test

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

diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c
index 43ff407a2..69d4ad5ab 100644
--- a/iguana/exchanges/LP_rpc.c
+++ b/iguana/exchanges/LP_rpc.c
@@ -262,6 +262,7 @@ cJSON *LP_gettx(char *symbol,bits256 txid)
     }
     else
     {
+        printf("gettx\n");
         sprintf(buf,"[\"%s\"]",bits256_str(str,txid));
         if ( (retjson= bitcoin_json(coin,"blockchain.transaction.get",buf)) != 0 )
         {
@@ -303,6 +304,7 @@ cJSON *LP_gettxout(char *symbol,bits256 txid,int32_t vout)
     }
     else
     {
+        printf("gettxout v%d\n",vout);
         sprintf(buf,"[\"%s\"]",bits256_str(str,txid));
         if ( (hexobj= bitcoin_json(coin,"blockchain.transaction.get",buf)) != 0 )
         {