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 3f9d4f272811a0c675901ffd96fb8a3b5b763227
2 changes: 1 addition & 1 deletion x/leverage/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ func (s msgServer) MaxBorrow(
}

// If a price is missing for the borrower's collateral,
// but not this uToken or any of their borrows, error
// 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.
maxBorrow, err := s.keeper.maxBorrow(ctx, borrowerAddr, msg.Denom)
Expand Down