Skip to content

Commit

Permalink
unmut
Browse files Browse the repository at this point in the history
  • Loading branch information
0xripleys committed Jan 14, 2025
1 parent 056cf00 commit d62947a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/suilend/sources/lending_market.move
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,12 @@ module suilend::lending_market {
coin::from_balance(ctokens, ctx)
}

#[allow(unused_let_mut)]
public fun redeem_ctokens_and_withdraw_liquidity<P, T>(
lending_market: &mut LendingMarket<P>,
reserve_array_index: u64,
clock: &Clock,
ctokens: Coin<CToken<P, T>>,
mut rate_limiter_exemption: Option<RateLimiterExemption<P, T>>,
rate_limiter_exemption: Option<RateLimiterExemption<P, T>>,
ctx: &mut TxContext,
): Coin<T> {
let liquidity_request = redeem_ctokens_and_withdraw_liquidity_request(
Expand Down

0 comments on commit d62947a

Please sign in to comment.