Add Slashing Query Params (#3117)
This commit is contained in:
committed by
Jack Zampolin
parent
65beea4430
commit
110fd63e22
@@ -26,8 +26,12 @@ func (mc ModuleClient) GetQueryCmd() *cobra.Command {
|
||||
Short: "Querying commands for the slashing module",
|
||||
}
|
||||
|
||||
slashingQueryCmd.AddCommand(client.GetCommands(
|
||||
cli.GetCmdQuerySigningInfo(mc.storeKey, mc.cdc))...)
|
||||
slashingQueryCmd.AddCommand(
|
||||
client.GetCommands(
|
||||
cli.GetCmdQuerySigningInfo(mc.storeKey, mc.cdc),
|
||||
cli.GetCmdQueryParams(mc.cdc),
|
||||
)...,
|
||||
)
|
||||
|
||||
return slashingQueryCmd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user