comment update

This commit is contained in:
rigelrozanski
2017-02-13 17:01:28 -05:00
parent c835ebf650
commit 05c975e7fe
+1 -1
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)
}