fixes from review

This commit is contained in:
Ethan Buchman
2017-09-04 18:27:04 -04:00
parent f0f1ebe013
commit 9deb647303
5 changed files with 46 additions and 58 deletions

View File

@ -7,7 +7,7 @@ import (
"github.com/tendermint/tendermint/types"
)
// Get the validator set at a give block height.
// Get the validator set at the given block height.
// If no height is provided, it will fetch the current validator set.
//
// ```shell