Skip to content

Commit

Permalink
Remove comment from grpc_query.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kirdatatjana committed Oct 16, 2024
1 parent 165ef87 commit d5cb420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (k Keeper) GetConsumerChain(ctx sdk.Context, consumerId string) (types.Chai
MinStake: powerShapingParameters.MinStake,
ConsumerId: consumerId,
AllowlistedRewardDenoms: &types.AllowlistedRewardDenoms{Denoms: allowlistedRewardDenoms},
Prioritylist: strPrioritylist, //strPrioritylist, Should I retrieve from somewhere => where do I retrieve it from? Basically where does priority list come from and where is it stored
Prioritylist: strPrioritylist,
}, nil
}

Expand Down

0 comments on commit d5cb420

Please sign in to comment.