Merge PR #3458: Fix usage of the config command in applications importing the SDK

* Fix usage of the config command in applications importing the SDK
* Update client/config.go
This commit is contained in:
Jack Zampolin
2019-01-31 19:39:46 +01:00
committed by Christopher Goes
parent 0e1f61949e
commit 5ea2be1adc
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ func main() {
// Construct Root Command
rootCmd.AddCommand(
rpc.StatusCommand(),
client.ConfigCmd(),
client.ConfigCmd(app.DefaultCLIHome),
queryCmd(cdc, mc),
txCmd(cdc, mc),
client.LineBreak,