Skip to content

Commit

Permalink
Update modules/apps/transfer/types/trace.go
Browse files Browse the repository at this point in the history
Co-authored-by: Damian Nolan <[email protected]>
  • Loading branch information
colin-axner and damiannolan authored Jul 19, 2022
1 parent 88eb4d2 commit 2be1b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/transfer/types/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func extractPathAndBaseFromFullDenom(fullDenomItems []string) (string, string) {
for i := 0; i < length; i = i + 2 {
// The IBC specification does not guarentee the expected format of the
// destination port or destination channel identifier. A short term solution
// to determine base denomination is to expect the channel idenitifer to be the
// to determine base denomination is to expect the channel identifier to be the
// one ibc-go specifies. A longer term solution is to separate the path and base
// denomination in the ICS20 packet. If an intermediate hop prefixes the full denom
// with a channel identifier format different from our own, the base denomination
Expand Down

0 comments on commit 2be1b63

Please sign in to comment.