Skip to content

Commit

Permalink
Add 'gaiacli signing_info'
Browse files Browse the repository at this point in the history
  • Loading branch information
cwgoes committed Jun 1, 2018
1 parent cde91bd commit 9fa4a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/gaia/cmd/gaiacli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func main() {
stakecmd.GetCmdQueryValidators("stake", cdc),
stakecmd.GetCmdQueryDelegation("stake", cdc),
stakecmd.GetCmdQueryDelegations("stake", cdc),
slashingcmd.GetCmdQuerySigningInfo("slashing", cdc),
)...)
rootCmd.AddCommand(
client.PostCommands(
Expand Down

0 comments on commit 9fa4a55

Please sign in to comment.