Make store name for query account configurable

This commit is contained in:
Ethan Frey
2018-03-01 02:36:57 +00:00
committed by rigelrozanski
parent c7ca6ec038
commit 7779eec990
2 changed files with 17 additions and 10 deletions
+6 -2
View File
@@ -37,9 +37,13 @@ func main() {
// query/post commands (custom to binary)
basecliCmd.AddCommand(
client.GetCommands(bankcmd.GetAccountCmd())...)
client.GetCommands(
bankcmd.GetAccountCmd("main"),
)...)
basecliCmd.AddCommand(
client.PostCommands(bankcmd.SendTxCommand())...)
client.PostCommands(
bankcmd.SendTxCommand(),
)...)
// add proxy, version and key info
basecliCmd.AddCommand(