Browse Source

Test

etomic
jl777 8 years ago
parent
commit
27c1f19942
  1. 1
      iguana/exchanges/LP_nativeDEX.c

1
iguana/exchanges/LP_nativeDEX.c

@ -470,6 +470,7 @@ void LPinit(uint16_t myport,uint16_t mypullport,uint16_t mypubport,double profit
}
while ( 1 )
{
fprintf(stderr,".");
if ( LP_mainloop_iter(ctx,myipaddr,mypeer,pubsock,pushaddr,mypullport,pullsock,myport,passphrase,profitmargin) == 0 )
usleep(100000);
if ( LP_canbind == 0 )

Loading…
Cancel
Save