Skip to content

Commit

Permalink
continue if account is not whitelisted
Browse files Browse the repository at this point in the history
  • Loading branch information
Art3miX committed Jul 13, 2024
1 parent bd107a5 commit 3ed0999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/services/rebalancer/src/rebalance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ pub fn execute_system_rebalance(
)?;
// remove from active configs
CONFIGS.remove(deps.storage, account.clone());
continue;
}

// Do rebalance for the account, and construct the msg
Expand Down

0 comments on commit 3ed0999

Please sign in to comment.