Skip to content

Commit

Permalink
fix the lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Jun 24, 2024
1 parent 3454207 commit 7e6d206
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x/leverage/keeper/inspector.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,9 @@ func (q Querier) InspectAccount(
return &types.QueryInspectAccountResponse{Borrower: account}, nil
}

// symbolDecCoins converts an sdk.Coins containing base tokens or uTokens into an PositionBalance format containing symbol denom
// , base_denom ,base token amount and exchange rate amount. for example, 1000u/uumee becomes 0.0015UMEE at an exponent of 6 and uToken exchange rate of 1.5
// symbolDecCoins converts an sdk.Coins containing base tokens or uTokens into an PositionBalance format containing
// symbol denom, base_denom ,base token amount and exchange rate amount.
// for example, 1000u/uumee becomes 0.0015UMEE at an exponent of 6 and uToken exchange rate of 1.5
func symbolDecCoins(
coins sdk.Coins,
tokens map[string]tokenExchangeRate,
Expand Down

0 comments on commit 7e6d206

Please sign in to comment.