From 6d657b2fa54032dcc30c02b2eb7989273eb6980c Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 4 Jul 2017 16:05:47 +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 2711692e7..ea845c7c6 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -478,7 +478,7 @@ void LPinit(uint16_t myport,uint16_t mypullport,uint16_t mypubport,double profit if ( jobj(argjson,"canbind") == 0 ) { #ifndef __linux__ - LP_canbind = 1; + LP_canbind = IAMLP; #else LP_canbind = IAMLP; #endif