Skip to content

Commit

Permalink
Remove unnecessary sort in BatchTxs query
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Aug 10, 2023
1 parent dbb3f9c commit 5b2cb3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions module/x/gravity/keeper/grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ func (k Keeper) BatchTxs(c context.Context, req *types.BatchTxsRequest) (*types.
return nil, err
}

batches = orderBatchesByNonceAscending(batches)

return &types.BatchTxsResponse{Batches: batches, Pagination: pageRes}, nil
}

Expand Down

0 comments on commit 5b2cb3e

Please sign in to comment.