disable for now

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2023-04-14 11:42:02 +02:00
parent 13279536aa
commit 350d558ee3
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ impl Rebalancer {
pub async fn zero_all_non_quote(&self) -> anyhow::Result<()> {
log::trace!("checking for rebalance: {}", self.mango_account_address);
self.rebalance_tokens().await?;
// FIXME: re-enable when flash loans are back
// self.rebalance_tokens().await?;
self.rebalance_perps().await?;
Ok(())