jl777 8 years ago
parent
commit
ad0e5819e7
  1. 2
      iguana/exchanges/LP_prices.c
  2. 2
      iguana/exchanges/LP_rpc.c

2
iguana/exchanges/LP_prices.c

@ -287,7 +287,7 @@ void LP_peer_pricesquery(struct LP_peerinfo *peer)
} }
if ( peer->needping != 0 ) if ( peer->needping != 0 )
{ {
printf("%s needs ping\n",peer->ipaddr); //printf("%s needs ping\n",peer->ipaddr);
} }
} }

2
iguana/exchanges/LP_rpc.c

@ -66,7 +66,7 @@ char *issue_LP_notify(char *destip,uint16_t destport,char *ipaddr,uint16_t port,
if ( rmd160str != 0 && bits256_nonz(pub) != 0 ) if ( rmd160str != 0 && bits256_nonz(pub) != 0 )
{ {
sprintf(url+strlen(url),"&rmd160=%s&pub=%s",rmd160str,bits256_str(str,pub)); sprintf(url+strlen(url),"&rmd160=%s&pub=%s",rmd160str,bits256_str(str,pub));
printf("SEND (%s)\n",url); //printf("SEND (%s)\n",url);
} }
return(LP_issue_curl("notify",destip,destport,url)); return(LP_issue_curl("notify",destip,destport,url));
//return(issue_curlt(url,LP_HTTP_TIMEOUT)); //return(issue_curlt(url,LP_HTTP_TIMEOUT));

Loading…
Cancel
Save