Same for democli

This commit is contained in:
Alessio Treglia 2018-11-22 14:42:35 +00:00
parent 83793a8974
commit b8b502c43a
1 changed files with 4 additions and 6 deletions

View File

@ -70,13 +70,11 @@ func main() {
// add query/post commands (custom to binary) // add query/post commands (custom to binary)
// start with commands common to basecoin // start with commands common to basecoin
rootCmd.AddCommand( rootCmd.AddCommand(
client.GetCommands( authcmd.GetAccountCmd(storeAcc, cdc),
authcmd.GetAccountCmd(storeAcc, cdc), )
)...)
rootCmd.AddCommand( rootCmd.AddCommand(
client.PostCommands( bankcmd.SendTxCmd(cdc),
bankcmd.SendTxCmd(cdc), )
)...)
rootCmd.AddCommand( rootCmd.AddCommand(
client.PostCommands( client.PostCommands(
simplestakingcmd.BondTxCmd(cdc), simplestakingcmd.BondTxCmd(cdc),