Added comments to newly exported functions

This commit is contained in:
Jeremiah Andrews 2018-05-28 15:50:07 -07:00
parent 083ca8234b
commit a032386e87
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ const (
flagSelect = "select"
)
//BlockCommand returns the verified block data for a given heights
func BlockCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "block [height]",

View File

@ -14,6 +14,7 @@ import (
// TODO these next two functions feel kinda hacky based on their placement
//ValidatorCommand returns the validator set for a given height
func ValidatorCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "validatorset [height]",