mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-04 15:17:02 +00:00
PrivValidatorAddr -> PrivValidatorListenAddr. Update ADR008
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user