diff --git a/iguana/exchanges/mm.c b/iguana/exchanges/mm.c index 57c56fdee..a0e96cd24 100644 --- a/iguana/exchanges/mm.c +++ b/iguana/exchanges/mm.c @@ -793,7 +793,7 @@ void LP_main(void *ptr) LP_profitratio += profitmargin; if ( (port= juint(argjson,"rpcport")) < 1000 ) port = LP_RPCPORT; - LPinit(port,LP_RPCPORT+1,LP_RPCPORT+2,LP_RPCPORT+3,passphrase,jint(argjson,"client"),jstr(argjson,"userhome"),argjson); + LPinit(port,LP_RPCPORT+10,LP_RPCPORT+20,LP_RPCPORT+30,passphrase,jint(argjson,"client"),jstr(argjson,"userhome"),argjson); } }