Skip to content

Commit

Permalink
removed incorrect Note
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Apr 29, 2024
1 parent bd13759 commit 4be83fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/crosschain/keeper/grpc_query_cctx_rate_limit.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4be83fb

Please sign in to comment.