From 7a1cf0ffb3cfe16655a0605aa212d0f358558c89 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 5 Jun 2017 19:10:49 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 21ffd8ca2..6a8bdd215 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -222,7 +222,7 @@ char *stats_JSON(cJSON *argjson,char *remoteaddr,uint16_t port) // from rpc port { if ( LP_ismine(utxo) != 0 && (strcmp(utxo->coin,base) == 0 || strcmp(utxo->coin,rel) == 0) ) LP_priceping(LP_mypubsock,utxo,rel,LP_profitratio - 1.); - else printf("notmine.(%s %s)\n",utxo->coin,bits256_str(str,utxo->txid)); + //else printf("notmine.(%s %s)\n",utxo->coin,bits256_str(str,utxo->txid)); } } return(clonestr("{\"result\":\"success\"}"));