Rename proto Req/Res to Pagination (#6796)
* Rename proto Req to Pagination * Change Res to Pagination Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Alexander Bezobchuk
mergify[bot]
parent
515b25b94e
commit
69bbb8b327
@@ -93,7 +93,7 @@ $ <appcli> query slashing signing-infos
|
||||
|
||||
queryClient := types.NewQueryClient(clientCtx)
|
||||
|
||||
params := &types.QuerySigningInfosRequest{Req: client.ReadPageRequest(cmd.Flags())}
|
||||
params := &types.QuerySigningInfosRequest{Pagination: client.ReadPageRequest(cmd.Flags())}
|
||||
res, err := queryClient.SigningInfos(context.Background(), params)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user