From 59a69be762e1a7dd85d2978061dd5d9e5ddd8319 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 18 Jun 2017 12:10:30 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_rpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index cbd18ea10..c361dd528 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -80,8 +80,8 @@ char *issue_LP_notifyutxo(char *destip,uint16_t destport,struct LP_utxoinfo *utx return(retstr); if ( LP_mypeer != 0 && strcmp(destip,LP_mypeer->ipaddr) == 0 && LP_mypeer->port == destport ) { - printf("no need to notify ourselves\n"); - return(clonestr("{\"result\":\"success\"}")); + //printf("no need to notify ourselves\n"); + return(0);//clonestr("{\"result\":\"success\"}")); } u = (utxo->iambob != 0) ? utxo->deposit : utxo->fee; if ( LP_iseligible(&val,&val2,utxo->iambob,utxo->coin,utxo->payment.txid,utxo->payment.vout,utxo->S.satoshis,u.txid,u.vout,utxo->pubkey) > 0 )