From e179b6e1ea79479c52963ec67805dc6a09275e17 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 6 Jul 2017 13:29:44 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_forwarding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_forwarding.c b/iguana/exchanges/LP_forwarding.c index dc3b9902c..532067c1c 100644 --- a/iguana/exchanges/LP_forwarding.c +++ b/iguana/exchanges/LP_forwarding.c @@ -348,7 +348,7 @@ int32_t LP_forward(void *ctx,char *myipaddr,int32_t pubsock,double profitmargin, printf("found LPnode.(%s) forward.(%s)\n",peer->ipaddr,msg); if ( LP_send(peer->pushsock,msg,mlen,0) == mlen ) n++; - } + } else printf("%s:%u doesnt forward pubkey (%s)\n",peer->ipaddr,peer->port,retstr); free_json(retjson); } free(retstr);