From 21315f6d0e7a45c9658ff74a28e5ec1f5cf97083 Mon Sep 17 00:00:00 2001 From: Reece Williams <31943163+Reecepbcups@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:38:06 -0500 Subject: [PATCH] Update modules/rate-limiting/keeper/packet.go Co-authored-by: Justin Tieri <37750742+jtieri@users.noreply.github.com> --- modules/rate-limiting/keeper/packet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rate-limiting/keeper/packet.go b/modules/rate-limiting/keeper/packet.go index 8d0a3688..ce491763 100644 --- a/modules/rate-limiting/keeper/packet.go +++ b/modules/rate-limiting/keeper/packet.go @@ -144,7 +144,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 a 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,