Skip to content

Commit

Permalink
auto prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
ethereumdegen committed Aug 28, 2024
1 parent 253f3ed commit 792c73e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ contract LenderCommitmentGroup_Smart is
poolSharesToken.mint(_sharesRecipient, sharesAmount_);


// prepared amount
// prepare current balance
uint256 sharesBalance = poolSharesToken.balanceOf(address(this));
_prepareSharesForWithdraw(sharesBalance);

Expand Down

0 comments on commit 792c73e

Please sign in to comment.