Remove unimplemented gaiacli init command (#3156)

This commit is contained in:
Jack Zampolin
2018-12-19 08:25:27 -08:00
committed by GitHub
parent f32286d5ff
commit 0360b12075
7 changed files with 28 additions and 72 deletions
@@ -59,7 +59,6 @@ func main() {
// add standard rpc, and tx commands
rootCmd.AddCommand(
rpc.InitClientCommand(),
rpc.StatusCommand(),
client.LineBreak,
tx.SearchTxCmd(cdc),