Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
magiodev committed Jul 31, 2024
1 parent c7e0cdb commit 6209546
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ pub(crate) fn execute_any_deposit(

let deposit_info = get_depositable_tokens(&deps.branch(), &info.funds, &pool_config)?;

// If we have no refunds let's proceed for the deposit
if deposit_info.base_refund.is_zero() && deposit_info.quote_refund.is_zero() {
return execute_deposit(
&mut deps,
Expand Down

0 comments on commit 6209546

Please sign in to comment.