From f57c85d3ef679e758514f835c08805d7fca8b087 Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Tue, 6 Aug 2024 17:33:01 -0500 Subject: [PATCH] fix: lint --- modules/ibc-hooks/wasm_hook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ibc-hooks/wasm_hook.go b/modules/ibc-hooks/wasm_hook.go index 86277846..67ac735a 100644 --- a/modules/ibc-hooks/wasm_hook.go +++ b/modules/ibc-hooks/wasm_hook.go @@ -229,7 +229,7 @@ func (h WasmHooks) SendPacketOverride(i ICS4Middleware, ctx sdk.Context, chanCap return i.channel.SendPacket(ctx, chanCap, sourcePort, sourceChannel, timeoutHeight, timeoutTimestamp, data) // continue } - // We remove the meta.callback provides instructions for post-send processing. This instruction are saved + // We remove the meta.callback provides instructions for post-send processing. This instruction are saved // in the keepr (at the end of this function), and at the end - it is set as as it has already been processed. // If the only available key in the memo is the callback, we should remove the memo