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:
committed by
Christopher Goes
parent
0e1f61949e
commit
5ea2be1adc
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user