Skip to content

Commit

Permalink
PR review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zale144 committed Nov 28, 2024
1 parent c4bcdbf commit b313363
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/rollapp/keeper/grpc_query_rollapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ func getSummaryResponse(ctx sdk.Context, k Keeper, rollapp types.Rollapp, ok, wi
return resp, nil
}

// Tags returns all the tags available for rollapps.
// The order is non-deterministic.
func (k Keeper) Tags(context.Context, *types.QueryTagsRequest) (*types.QueryTagsResponse, error) {
tags := make([]string, 0, len(types.RollappTags))
for tag := range types.RollappTags {
Expand Down

0 comments on commit b313363

Please sign in to comment.