diff --git a/iguana/exchanges/mm.c b/iguana/exchanges/mm.c index 3a2589089..57c56fdee 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,7780,7781,7782,passphrase,jint(argjson,"client"),jstr(argjson,"userhome"),argjson); + LPinit(port,LP_RPCPORT+1,LP_RPCPORT+2,LP_RPCPORT+3,passphrase,jint(argjson,"client"),jstr(argjson,"userhome"),argjson); } }