Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Aug 2, 2024
1 parent 24e7ccf commit 8a75bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ func NewAppKeeper(
////////////////////////////
// Transfer configuration //
////////////////////////////
// Send : transfer -> packet forward -> fee -> channel
// Receive: channel -> perm -> fee -> move -> packet forward -> transfer
// Send : transfer -> packet forward -> rate limit -> fee -> channel
// Receive: channel -> perm -> fee -> move -> rate limit -> packet forward -> forwarding -> transfer

var transferStack porttypes.IBCModule
{
Expand Down

0 comments on commit 8a75bce

Please sign in to comment.