From 4be83fb075a8f2b72a2a53f9a0bfcdf63e2855d7 Mon Sep 17 00:00:00 2001 From: Charlie Chen Date: Mon, 29 Apr 2024 13:07:28 -0500 Subject: [PATCH] removed incorrect Note --- x/crosschain/keeper/grpc_query_cctx_rate_limit.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/crosschain/keeper/grpc_query_cctx_rate_limit.go b/x/crosschain/keeper/grpc_query_cctx_rate_limit.go index 176a3dcee4..fb5779fa5d 100644 --- a/x/crosschain/keeper/grpc_query_cctx_rate_limit.go +++ b/x/crosschain/keeper/grpc_query_cctx_rate_limit.go @@ -106,7 +106,6 @@ func (k Keeper) ListPendingCctxWithinRateLimit(c context.Context, req *types.Que } // query pending nonces for each foreign chain and get the lowest height of the pending cctxs - // Note: The pending nonces could change during the RPC call, so query them beforehand lowestPendingCctxHeight := int64(0) pendingNoncesMap := make(map[int64]observertypes.PendingNonces) for _, chain := range chains {