From 2132bf2ef27a4b2f7e89b2d409339c7adc5b5b8a Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 21 Sep 2017 18:03:14 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_ordermatch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index afaab7ab6..9931fa6d7 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -766,8 +766,6 @@ int32_t LP_tradecommand(void *ctx,char *myipaddr,int32_t pubsock,cJSON *argjson, { bits256 zero; memset(&zero,0,sizeof(zero)); - //if ( pubsock >= 0 ) - // nn_send(pubsock,msg,(int32_t)strlen(msg)+1,0); LP_broadcast_message(pubsock,Q.srccoin,Q.destcoin,zero,msg); //butxo->S.otherpubkey } butxo->T.lasttime = (uint32_t)time(NULL);