comment update

This commit is contained in:
rigelrozanski 2017-02-10 16:51:09 -05:00
parent c835ebf650
commit 05c975e7fe
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ var (
}
)
// Register a subcommand of TxCmd to craft transactions for plugins
// Register a subcommand of QueryCmd for plugin specific query functionality
func RegisterQuerySubcommand(cmd cli.Command) {
QueryCmd.Subcommands = append(QueryCmd.Subcommands, cmd)
}