Browse Source

Test

etomic
jl777 7 years ago
parent
commit
c04dddbad2
  1. 2
      iguana/exchanges/mm.c

2
iguana/exchanges/mm.c

@ -869,7 +869,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);
}
}

Loading…
Cancel
Save