ParseAccount -> AccountDecoder

This commit is contained in:
Ethan Buchman
2018-03-21 02:22:15 +01:00
parent 328dd2f73f
commit e4b8010077
8 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ func main() {
// add query/post commands (custom to binary)
basecliCmd.AddCommand(
client.GetCommands(
authcmd.GetAccountCmd("main", cdc, types.GetParseAccount(cdc)),
authcmd.GetAccountCmd("main", cdc, types.GetAccountDecoder(cdc)),
)...)
basecliCmd.AddCommand(
client.PostCommands(