From a36936bce9cbe3f3298089bb0f6b9bc4c8d1eb7e Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 14 Jun 2017 16:35:31 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_forwarding.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_forwarding.c b/iguana/exchanges/LP_forwarding.c index 0a04d2bf7..1a14965cd 100644 --- a/iguana/exchanges/LP_forwarding.c +++ b/iguana/exchanges/LP_forwarding.c @@ -94,6 +94,7 @@ void LP_forwarding_register(bits256 pubkey,char *pushaddr,int32_t max) } HASH_ITER(hh,LP_peerinfos,peer,tmp) { + printf("register with (%s)\n",peer->ipaddr); if ( (retstr= issue_LP_register(peer->ipaddr,peer->port,pubkey,pushaddr)) != 0 ) { printf("[%s] LP_register.(%s) returned.(%s)\n",pushaddr,peer->ipaddr,retstr);