From 5cc93e0605bcd2750e397f3276c509c2344897b6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 12 Oct 2017 17:32:23 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_rpc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index e8d24761c..8def0e8e3 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -254,7 +254,9 @@ cJSON *LP_gettx(char *symbol,bits256 txid) if ( coin->electrum == 0 ) { sprintf(buf,"[\"%s\", 1]",bits256_str(str,txid)); - return(bitcoin_json(coin,"getrawtransaction",buf)); + retjson = bitcoin_json(coin,"getrawtransaction",buf); + printf("%s getrawtransaction %s -> %s\n",symbol,buf,jprint(retjson,0)); + return(retjson); } else {