Skip to content

Commit

Permalink
Merge branch 'colin/6362-typed-trace' of github.com:cosmos/ibc-go int…
Browse files Browse the repository at this point in the history
…o colin/6362-typed-trace
  • Loading branch information
colin-axner committed May 30, 2024
2 parents 19fdd2c + 4f37530 commit 361b352
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 @@ -36,7 +36,7 @@ func (t Trace) Validate() error {
return nil
}

// String returns the Trace the format:
// String returns the Trace in the format:
// <portID>/<channelID>
func (t Trace) String() string {
return fmt.Sprintf("%s/%s", t.PortId, t.ChannelId)
Expand Down

0 comments on commit 361b352

Please sign in to comment.