Update cmd/gaia/cmd/gaiacli/main.go

Co-Authored-By: jackzampolin <jack.zampolin@gmail.com>
This commit is contained in:
Federico Kunze 2018-11-08 08:25:18 -08:00 committed by GitHub
parent 8f4c7df033
commit 0ff12bb57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ func main() {
// the below functions and eliminate global vars, like we do
// with the cdc
// Consturct Root Command
// Construct Root Command
rootCmd.AddCommand(
rpc.InitClientCommand(),
rpc.StatusCommand(),