Skip to content

Commit

Permalink
Update x/oracle/client/cli/query_native_token.go
Browse files Browse the repository at this point in the history
Co-authored-by: Max <[email protected]>
  • Loading branch information
cloud8little and MaxMustermann2 authored Jan 8, 2025
1 parent 90c778b commit b54d250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/oracle/client/cli/query_native_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func CmdQueryStakerInfos() *cobra.Command {
return err
}
if pageReq.Limit > types.MaxPageLimit {
return types.ErrInvalidPagination.Wrapf("QueryStgakerInfos max page limitation is %d, got %d", types.MaxPageLimit, pageReq.Limit)
return types.ErrInvalidPagination.Wrapf("QueryStakerInfos max page limitation is %d, got %d", types.MaxPageLimit, pageReq.Limit)
}

request := &types.QueryStakerInfosRequest{
Expand Down

0 comments on commit b54d250

Please sign in to comment.