Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
toteki authored Feb 14, 2023
commit a5d9bd88d349e59a1cc7b5207c4908d1be1f286c
2 changes: 1 addition & 1 deletion x/leverage/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ func (s msgServer) MaxBorrow(
// If a price is missing for the borrower's collateral,
// but not this token or any of their borrows, error
// will be nil and the resulting value will be what
// can safely be withdrawn even with missing prices.
// can safely be borrowed even with missing prices.
maxBorrow, err := s.keeper.maxBorrow(ctx, borrowerAddr, msg.Denom)
if err != nil {
return nil, err
Expand Down