Reenable balanceAccount

This commit is contained in:
Riordan Panayides 2022-05-06 13:24:06 +01:00
parent 14eee32799
commit e1fb7ca23d
1 changed files with 0 additions and 1 deletions

View File

@ -1058,7 +1058,6 @@ async function balanceAccount(
spotMarkets: Market[],
perpMarkets: PerpMarket[],
) {
return;
if (Date.now() < lastRebalance + rebalanceInterval) {
return;
}