Skip to content

Commit

Permalink
Update x/ccv/provider/keeper/grpc_query.go
Browse files Browse the repository at this point in the history
Co-authored-by: insumity <karolos@informal.systems>
  • Loading branch information
mpoke and insumity authored Oct 25, 2024
1 parent 4a5ee56 commit f8a62f0
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 @@ -619,7 +619,7 @@ func (k Keeper) QueryConsumerChain(goCtx context.Context, req *types.QueryConsum
}, nil
}

// QueryConsumerChain returns the genesis time
// QueryConsumerGenesisTime returns the genesis time
// of the consumer chain associated with the provided consumer id
func (k Keeper) QueryConsumerGenesisTime(goCtx context.Context, req *types.QueryConsumerGenesisTimeRequest) (*types.QueryConsumerGenesisTimeResponse, error) {
if req == nil {
Expand Down

0 comments on commit f8a62f0

Please sign in to comment.