Add 'gaiacli signing_info'

This commit is contained in:
Christopher Goes 2018-06-01 04:25:45 +02:00
parent cde91bd229
commit 9fa4a55012
No known key found for this signature in database
GPG Key ID: E828D98232D328D3
1 changed files with 1 additions and 0 deletions

View File

@ -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(