Skip to content

Commit

Permalink
fix trace-prefix index order
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 26, 2024
1 parent 6f3eddb commit 53fad12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-apps/ics20-transfer/types/src/denom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ impl FromStr for PrefixedDenom {
type Err = TokenTransferError;

/// Initializes a [`PrefixedDenom`] from a string that adheres to the format
/// `{1st-port-id/channel-<index>}/{2nd-port-id/channel-<index>}/.../{nth-port-id/channel-<index>}/<base_denom>`.
/// `{nth-port-id/channel-<index>}/{(n-1)th-port-id/channel-<index>}/.../{1st-port-id/channel-<index>}/<base_denom>`.
/// A [`PrefixedDenom`] exhibits a sequence of `{ith-port-id/channel-<index>}` pairs.
/// This sequence makes up the [`TracePath`] of the [`PrefixedDenom`].
///
Expand Down

0 comments on commit 53fad12

Please sign in to comment.