From abab098a254e8538aa31d6eb880c9a61bbf81356 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 16 Sep 2017 13:44:56 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_commands.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 754dd6d3d..1f907a3b7 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -371,9 +371,11 @@ dividends(coin, height, )\n\ return(LP_utxos(1,LP_mypeer,jstr(argjson,"coin"),jint(argjson,"lastn"))); else if ( strcmp(method,"utxo") == 0 ) { - if ( LP_utxoaddjson(1,LP_mypubsock,argjson) != 0 ) - retstr = clonestr("{\"result\":\"success\",\"utxo\":\"received\"}"); - else retstr = clonestr("{\"result\":\"couldnt add utxo\"}"); + printf("deprecated utxo received\n"); + //if ( LP_utxoaddjson(1,LP_mypubsock,argjson) != 0 ) + // retstr = clonestr("{\"result\":\"success\",\"utxo\":\"received\"}"); + //else + retstr = clonestr("{\"result\":\"couldnt add utxo\"}"); } else {