Browse Source

Test

etomic
jl777 7 years ago
parent
commit
1c0f84c4af
  1. 2
      iguana/exchanges/LP_tradebots.c

2
iguana/exchanges/LP_tradebots.c

@ -353,7 +353,7 @@ void LP_tradebots_timeslice(void *ctx)
}
}
}
else if ( bot->numpending == 0 )
else //if ( bot->numpending == 0 )
LP_tradebot_timeslice(ctx,bot);
}
lastnumfinished = LP_numfinished;

Loading…
Cancel
Save