Add pagination response for commands (#6825)
* migrated auth cli to use grpc query client * unpacker added for account command * fxed tests * added grpc register in module.go * fixed grpc failing issue * page resonse added for console * added reference * paginations res added for commands * Fix auth cli tests Co-authored-by: SaReN <sahithnarahari@gmail.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
SaReN
Federico Kunze
mergify[bot]
parent
ceba0cb45d
commit
3322e269a1
@@ -104,7 +104,7 @@ $ <appcli> query slashing signing-infos
|
||||
return err
|
||||
}
|
||||
|
||||
return clientCtx.PrintOutput(res.Info)
|
||||
return clientCtx.PrintOutput(res)
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user