PrivValidatorAddr -> PrivValidatorListenAddr. Update ADR008

This commit is contained in:
Ethan Buchman
2018-03-05 17:11:43 +01:00
committed by Alexander Simmerl
parent ee51ad8e29
commit d4e4055d57
5 changed files with 20 additions and 11 deletions
+2 -1
View File
@@ -34,7 +34,7 @@ func voteToStep(vote *Vote) int8 {
}
//--------------------------------------------------------------
// PrivValidator is being upgraded! See types/priv_validator
// PrivValidator is being upgraded! See types/priv_validator/
// ValidatorID contains the identity of the validator.
type ValidatorID struct {
@@ -82,6 +82,7 @@ func (ds *DefaultTestSigner) Sign(msg []byte) (crypto.Signature, error) {
}
//--------------------------------------------------------------
// TODO: Deprecate!
// PrivValidator defines the functionality of a local Tendermint validator
// that signs votes, proposals, and heartbeats, and never double signs.