From ae813abd3d7980cf3d3f7299d1bf5a1357775ea2 Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Tue, 6 Aug 2024 17:39:13 -0500 Subject: [PATCH] remove a --- 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 d48ccdf..7e9c6c5 100644 --- a/modules/rate-limiting/keeper/packet.go +++ b/modules/rate-limiting/keeper/packet.go @@ -147,7 +147,7 @@ func ParseDenomFromRecvPacket(packet channeltypes.Packet, packetData transfertyp // For a RECEIVE packet, the Stride channelID is the DESTINATION channel // // 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, +// 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, // and the "Destination" will be the Stride Channel