From b695c4891a46a5ba3c4875b8681ef1b70d5eb86e Mon Sep 17 00:00:00 2001 From: Tanmay Date: Fri, 20 Oct 2023 13:12:07 -0400 Subject: [PATCH] Update x/crosschain/keeper/msg_server_add_to_intx_tracker.go Co-authored-by: Lucas Bertrand --- x/crosschain/keeper/msg_server_add_to_intx_tracker.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/crosschain/keeper/msg_server_add_to_intx_tracker.go b/x/crosschain/keeper/msg_server_add_to_intx_tracker.go index 6bc29551b9..daff315db5 100644 --- a/x/crosschain/keeper/msg_server_add_to_intx_tracker.go +++ b/x/crosschain/keeper/msg_server_add_to_intx_tracker.go @@ -54,4 +54,3 @@ func (k msgServer) AddToInTxTracker(goCtx context.Context, msg *types.MsgAddToIn return &types.MsgAddToInTxTrackerResponse{}, nil } -// https://github.com/zeta-chain/node/issues/125