Skip to content

Commit

Permalink
chore: fix some comments (#196)
Browse files Browse the repository at this point in the history
* chore: fix some comments

Signed-off-by: xiaoxiangirl <[email protected]>

* Update modules/rate-limiting/keeper/packet.go

Co-authored-by: Justin Tieri <[email protected]>

* remove a

---------

Signed-off-by: xiaoxiangirl <[email protected]>
Co-authored-by: Reece Williams <[email protected]>
Co-authored-by: Justin Tieri <[email protected]>
Co-authored-by: Reece Williams <[email protected]>
  • Loading branch information
4 people authored Aug 6, 2024
1 parent 68f9220 commit bfecb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rate-limiting/keeper/packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func ParseDenomFromRecvPacket(packet channeltypes.Packet, packetData transfertyp
// For a SEND packet, the Stride channelID is the SOURCE channel
// For a RECEIVE packet, the Stride channelID is the DESTINATION channel
//
// The Source and Designation are defined from the perspective of a packet recipient
// The Source and Destination are defined from the perspective of a packet recipient
// Meaning, when a send packet lands on the host chain, the "Source" will be the Stride Channel,
// and the "Destination" will be the Host Channel
// And, when a receive packet lands on a Stride, the "Source" will be the host zone's channel,
Expand Down

0 comments on commit bfecb68

Please sign in to comment.