From f07d7fc23c12beb4ca1810ce43eab2003c805339 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 18 Jun 2017 23:36:19 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 3e2916c1d..1743f2129 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -408,7 +408,7 @@ void LPinit(uint16_t myport,uint16_t mypullport,uint16_t mypubport,double profit timeout = 1; nn_setsockopt(pullsock,NN_SOL_SOCKET,NN_RCVTIMEO,&timeout,sizeof(timeout)); #ifdef __APPLE__ - nanomsg_tcpname(bindaddr,myipaddr,mypullport); + nanomsg_tcpname(bindaddr,"*",mypullport); #else nanomsg_tcpname(bindaddr,myipaddr,mypullport); #endif