Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
pharr117 committed Oct 17, 2023
1 parent af76e7f commit eed3d86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/denoms.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func GetDenomUnitForDenom(denom Denom) (DenomUnit, error) {
}

func GetBaseDenomUnitForDenom(denom Denom) (DenomUnit, error) {

// Code hack for IBC MsgAck denoms
// MsgAcks have a denom of the form transfer/{channel/{base denom}. Attempt to use that to parse out the base denom unit first.
if strings.HasPrefix(denom.Base, "transfer/") {
Expand Down

0 comments on commit eed3d86

Please sign in to comment.