comments on validator ordering (#3452)

* comments on validator ordering

* NextValidatorsHash
This commit is contained in:
Ethan Buchman
2019-03-20 08:29:40 -04:00
committed by GitHub
parent 926127c774
commit 81b9bdf400
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -10,6 +10,8 @@ import (
// Get the validator set at the given block height.
// If no height is provided, it will fetch the current validator set.
// Note the validators are sorted by their address - this is the canonical
// order for the validators in the set as used in computing their Merkle root.
//
// ```shell
// curl 'localhost:26657/validators'