From 458e5673cb9e4d92d850a4a6943d5920733e7522 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 6 Jun 2017 21:12:54 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_utxos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_utxos.c b/iguana/exchanges/LP_utxos.c index 875b29ca3..5b9664c1c 100644 --- a/iguana/exchanges/LP_utxos.c +++ b/iguana/exchanges/LP_utxos.c @@ -202,7 +202,7 @@ struct LP_utxoinfo *LP_addutxo(int32_t amclient,struct LP_peerinfo *mypeer,int32 } if ( IAMCLIENT == 0 && strcmp(ipaddr,"127.0.0.1") == 0 ) { - printf("LP node got localhost utxo\n"); + //printf("LP node got localhost utxo\n"); return(0); } if ( (utxo= LP_utxofind(txid,vout)) != 0 || (utxo= LP_utxo2find(txid,vout)) != 0 )